commit
41fe5953dd
|
|
@ -7,5 +7,5 @@ about-plugin 'go environment variables & path configuration'
|
||||||
|
|
||||||
export GOROOT=${GOROOT:-$(go env | grep GOROOT | cut -d'"' -f2)}
|
export GOROOT=${GOROOT:-$(go env | grep GOROOT | cut -d'"' -f2)}
|
||||||
pathmunge "${GOROOT}/bin"
|
pathmunge "${GOROOT}/bin"
|
||||||
export GOPATH=${GOPATH:-"$HOME/.go"}
|
export GOPATH=${GOPATH:-"$HOME/go"}
|
||||||
pathmunge "${GOPATH}/bin"
|
pathmunge "${GOPATH}/bin"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue