Codebase list golang-github-gobuffalo-packr / ac2098b8-6137-484d-beed-aa07f668e789/upstream env.go
ac2098b8-6137-484d-beed-aa07f668e789/upstream

Tree @ac2098b8-6137-484d-beed-aa07f668e789/upstream (Download .tar.gz)

env.go @ac2098b8-6137-484d-beed-aa07f668e789/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