Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roshanraj/c261b0753b4231c2c968968537cf2662 to your computer and use it in GitHub Desktop.
Save roshanraj/c261b0753b4231c2c968968537cf2662 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