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