Goenv
From charlesreid1
Goenv is like pyenv or rbenv but for Go
git clone https://github.com/syndbg/goenv.git ~/.goenv
Now add .goenv to your path in .bash_profile so goenv is a command
vim ~/.bash_profile
Add the lines:
export GOENV_ROOT="$HOME/.goenv" export PATH="$GOENV_ROOT/bin:$PATH"