Codebase list golang-github-gobuffalo-packr / 7e727204-725d-4abc-af4e-63bb6681d94a/upstream env.go
7e727204-725d-4abc-af4e-63bb6681d94a/upstream

Tree @7e727204-725d-4abc-af4e-63bb6681d94a/upstream (Download .tar.gz)

env.go @7e727204-725d-4abc-af4e-63bb6681d94a/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