Codebase list golang-github-gobuffalo-packr / d9a7b2bc-360e-461f-9119-b2d48c5d4a9c/upstream env.go
d9a7b2bc-360e-461f-9119-b2d48c5d4a9c/upstream

Tree @d9a7b2bc-360e-461f-9119-b2d48c5d4a9c/upstream (Download .tar.gz)

env.go @d9a7b2bc-360e-461f-9119-b2d48c5d4a9c/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