Skip to content

Instantly share code, notes, and snippets.

@vietlq
Forked from molivier/gist:271bba5d67de1583a8e3
Last active July 3, 2017 05:50
Show Gist options
  • Save vietlq/0ec07730d8a48bd2afafbcc24b2ff107 to your computer and use it in GitHub Desktop.
Save vietlq/0ec07730d8a48bd2afafbcc24b2ff107 to your computer and use it in GitHub Desktop.
Set $GOPATH on Mac OSX : bash_profile
# Edit ~/.bash_profile
export GOPATH=$HOME/go
export PATH=$GOPATH/bin:$PATH
# Reload profile : source ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment