Codebase list golang-github-gobuffalo-packr / ffb1de6e-5cd5-4f85-abb6-c4ef237269f5/main env.go
ffb1de6e-5cd5-4f85-abb6-c4ef237269f5/main

Tree @ffb1de6e-5cd5-4f85-abb6-c4ef237269f5/main (Download .tar.gz)

env.go @ffb1de6e-5cd5-4f85-abb6-c4ef237269f5/main

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