Skip to content

Instantly share code, notes, and snippets.

@jdomzhang
Forked from molivier/gist:271bba5d67de1583a8e3
Created April 11, 2018 13:01
Show Gist options
  • Save jdomzhang/2ad7c3e2327e69a555c8f6277ea3c9fe to your computer and use it in GitHub Desktop.
Save jdomzhang/2ad7c3e2327e69a555c8f6277ea3c9fe 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