Codebase list golang-github-gobuffalo-packr / fdb8f8f4-c6ee-450f-8252-882dd9262f02/main env.go
fdb8f8f4-c6ee-450f-8252-882dd9262f02/main

Tree @fdb8f8f4-c6ee-450f-8252-882dd9262f02/main (Download .tar.gz)

env.go @fdb8f8f4-c6ee-450f-8252-882dd9262f02/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