Codebase list golang-github-gobuffalo-packr / af1d724e-90a1-4013-9727-99e02b660a4d/main env.go
af1d724e-90a1-4013-9727-99e02b660a4d/main

Tree @af1d724e-90a1-4013-9727-99e02b660a4d/main (Download .tar.gz)

env.go @af1d724e-90a1-4013-9727-99e02b660a4d/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