Codebase list golang-github-gobuffalo-packr / 887f2e74-719e-49e9-af1c-d9bf12b4a02d/upstream env.go
887f2e74-719e-49e9-af1c-d9bf12b4a02d/upstream

Tree @887f2e74-719e-49e9-af1c-d9bf12b4a02d/upstream (Download .tar.gz)

env.go @887f2e74-719e-49e9-af1c-d9bf12b4a02d/upstreamraw · history · blame

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