Codebase list golang-github-gobuffalo-packr / 87005d1f-d2d8-4993-a617-951ee95467e3/main env.go
87005d1f-d2d8-4993-a617-951ee95467e3/main

Tree @87005d1f-d2d8-4993-a617-951ee95467e3/main (Download .tar.gz)

env.go @87005d1f-d2d8-4993-a617-951ee95467e3/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