Documentation ¶
Overview ¶
Package goenv defines env variables known by Go and some utilities around it.
Index ¶
Constants ¶
View Source
const ( // GOBIN is the env var for GOBIN. GOBIN = "GOBIN" // GOPATH is the env var for GOPATH. GOPATH = "GOPATH" )
Variables ¶
This section is empty.
Functions ¶
func ConfigurePath ¶
func ConfigurePath() error
ConfigurePath configures the env with correct $PATH that has go bin setup.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.