Codebase list golang-github-gobuffalo-packr / eb1a15bc-c8ad-4537-8dd2-5458603274ec/main env.go
eb1a15bc-c8ad-4537-8dd2-5458603274ec/main

Tree @eb1a15bc-c8ad-4537-8dd2-5458603274ec/main (Download .tar.gz)

env.go @eb1a15bc-c8ad-4537-8dd2-5458603274ec/mainraw · 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