Codebase list golang-github-gobuffalo-packr / 9b6b9d2b-0f1c-42de-95f0-676e23a5a27d/upstream env.go
9b6b9d2b-0f1c-42de-95f0-676e23a5a27d/upstream

Tree @9b6b9d2b-0f1c-42de-95f0-676e23a5a27d/upstream (Download .tar.gz)

env.go @9b6b9d2b-0f1c-42de-95f0-676e23a5a27d/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