Answers for "how to change gopath"

0

how to change gopath

export GOPATH=$HOME/go
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
Posted by: Guest on January-21-2021

Code answers related to "how to change gopath"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language