Codebase list golang-github-gobuffalo-packr / de5e7b37-512d-4c4f-9df9-fc59296f94bc/main env.go
de5e7b37-512d-4c4f-9df9-fc59296f94bc/main

Tree @de5e7b37-512d-4c4f-9df9-fc59296f94bc/main (Download .tar.gz)

env.go @de5e7b37-512d-4c4f-9df9-fc59296f94bc/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