Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vpotap/7a5fb73697f5d384eeae0d84e1a234f4 to your computer and use it in GitHub Desktop.
Save vpotap/7a5fb73697f5d384eeae0d84e1a234f4 to your computer and use it in GitHub Desktop.
Set $GOPATH on Mac OSX : bash_profile
# Edit ~/.bash_profile
export GOPATH=/Users/username/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