Codebase list golang-github-gobuffalo-packr / a28d1564-de24-492b-8e37-50745921626d/upstream env.go
a28d1564-de24-492b-8e37-50745921626d/upstream

Tree @a28d1564-de24-492b-8e37-50745921626d/upstream (Download .tar.gz)

env.go @a28d1564-de24-492b-8e37-50745921626d/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