Sign in
edge
/
third_party
/
Masterminds
/
glide
/
4524738cdf90d435b66dafb3e6156d9469824e00
/
.
/
action
/
init.go
blob: b0c29daa3c32310d8c997e1b0e190bad4a1fdaef [
file
] [
log
] [
blame
]
package action
import (
gpath "github.com/Masterminds/glide/path"
)
// Init initializes the action subsystem for handling one or more subesequent actions.
func Init(yaml, home string) {
gpath.GlideFile = yaml
gpath.HomeDir = home
}