SyntaxFix
Write A Post
Hire A Developer
Questions
New Way:
Check out this answer.
Old Way:
Just add the following lines to ~/.bashrc and this will persist. However, you can use other paths you like as GOPATH instead of $HOME/go in my sample.
export GOPATH=$HOME/go export PATH=$PATH:$GOROOT/bin:$GOPATH/bin