Codebase list golang-github-gobuffalo-packr / affa5f50-863f-4e3e-9c96-4f943238e3fb/main env.go
affa5f50-863f-4e3e-9c96-4f943238e3fb/main

Tree @affa5f50-863f-4e3e-9c96-4f943238e3fb/main (Download .tar.gz)

env.go @affa5f50-863f-4e3e-9c96-4f943238e3fb/mainraw · history · blame

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