Codebase list golang-github-gobuffalo-packr / ab639a91-f393-4d40-8263-05ec7762a18f/main env.go
ab639a91-f393-4d40-8263-05ec7762a18f/main

Tree @ab639a91-f393-4d40-8263-05ec7762a18f/main (Download .tar.gz)

env.go @ab639a91-f393-4d40-8263-05ec7762a18f/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