Codebase list golang-github-gobuffalo-packr / ef7ba46c-fd84-4cc8-ba1f-35b85aa1b907/main env.go
ef7ba46c-fd84-4cc8-ba1f-35b85aa1b907/main

Tree @ef7ba46c-fd84-4cc8-ba1f-35b85aa1b907/main (Download .tar.gz)

env.go @ef7ba46c-fd84-4cc8-ba1f-35b85aa1b907/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