Skip to content

Instantly share code, notes, and snippets.

@jihuichoi
Last active September 4, 2019 00:17
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 jihuichoi/0a06c351e6ba9c16a834fc6e3a0ca02c to your computer and use it in GitHub Desktop.
Save jihuichoi/0a06c351e6ba9c16a834fc6e3a0ca02c to your computer and use it in GitHub Desktop.
how to set gopath on mac or linux
# Edit ~/.bash_profile or ~/.bashrc or ~/.zshrc ....
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