Sign in
edge
/
third_party
/
Masterminds
/
glide
/
519a7e4557e1a41bf1a25fc670f5e176547ca4f8
/
.
/
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
}