feat(dir2config)
This commit is contained in:
13
vendor/github.com/gobuffalo/packr/env.go
generated
vendored
13
vendor/github.com/gobuffalo/packr/env.go
generated
vendored
@ -1,13 +0,0 @@
|
||||
package packr
|
||||
|
||||
import (
|
||||
"github.com/gobuffalo/envy"
|
||||
)
|
||||
|
||||
// GoPath returns the current GOPATH env var
|
||||
// or if it's missing, the default.
|
||||
var GoPath = envy.GoPath
|
||||
|
||||
// GoBin returns the current GO_BIN env var
|
||||
// or if it's missing, a default of "go"
|
||||
var GoBin = envy.GoBin
|
Reference in New Issue
Block a user