Codebase list golang-github-gobuffalo-packr / 48191c55-92f0-437e-85ea-f8a55a0e7d1f/upstream env.go
48191c55-92f0-437e-85ea-f8a55a0e7d1f/upstream

Tree @48191c55-92f0-437e-85ea-f8a55a0e7d1f/upstream (Download .tar.gz)

env.go @48191c55-92f0-437e-85ea-f8a55a0e7d1f/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