Codebase list golang-github-gobuffalo-packr / 8030fe13-4c8d-4334-9749-7931edb77dec/main env.go
8030fe13-4c8d-4334-9749-7931edb77dec/main

Tree @8030fe13-4c8d-4334-9749-7931edb77dec/main (Download .tar.gz)

env.go @8030fe13-4c8d-4334-9749-7931edb77dec/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