Codebase list golang-github-gobuffalo-packr / 03c7eb0c-862f-41e6-a3e4-9b19a650b51c/upstream env.go
03c7eb0c-862f-41e6-a3e4-9b19a650b51c/upstream

Tree @03c7eb0c-862f-41e6-a3e4-9b19a650b51c/upstream (Download .tar.gz)

env.go @03c7eb0c-862f-41e6-a3e4-9b19a650b51c/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