Codebase list golang-github-gobuffalo-packr / 6a6e5ce7-7acc-4186-beff-822062e0df81/upstream env.go
6a6e5ce7-7acc-4186-beff-822062e0df81/upstream

Tree @6a6e5ce7-7acc-4186-beff-822062e0df81/upstream (Download .tar.gz)

env.go @6a6e5ce7-7acc-4186-beff-822062e0df81/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