Sign in
edge
/
third_party
/
Masterminds
/
glide
/
refs/heads/feat/progress
/
.
/
action
/
init.go
blob: b0c29daa3c32310d8c997e1b0e190bad4a1fdaef [
file
] [
log
] [
blame
] [
edit
]
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
}