Codebase list golang-github-gobuffalo-packr / upstream/2.8.1+git20201110.1968755 env.go
upstream/2.8.1+git20201110.1968755

Tree @upstream/2.8.1+git20201110.1968755 (Download .tar.gz)

env.go @upstream/2.8.1+git20201110.1968755raw · 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