Codebase list golang-github-gobuffalo-packr / 03adc40a-28fd-4eee-9f0e-b40c74bc0d59/upstream env.go
03adc40a-28fd-4eee-9f0e-b40c74bc0d59/upstream

Tree @03adc40a-28fd-4eee-9f0e-b40c74bc0d59/upstream (Download .tar.gz)

env.go @03adc40a-28fd-4eee-9f0e-b40c74bc0d59/upstream

cbdaebd
 
 
 
 
 
 
 
 
 
 
 
 
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