Codebase list golang-github-gobuffalo-packr / 94b722eb-c390-4fc1-b3fc-6f73e7bdc6ff/main env.go
94b722eb-c390-4fc1-b3fc-6f73e7bdc6ff/main

Tree @94b722eb-c390-4fc1-b3fc-6f73e7bdc6ff/main (Download .tar.gz)

env.go @94b722eb-c390-4fc1-b3fc-6f73e7bdc6ff/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