Skip to content

Instantly share code, notes, and snippets.

@lcaballero
Created October 4, 2016 18:54
Show Gist options
  • Save lcaballero/1a8cc26ec6dbec7ee5daaf63d461e69e to your computer and use it in GitHub Desktop.
Save lcaballero/1a8cc26ec6dbec7ee5daaf63d461e69e to your computer and use it in GitHub Desktop.
Installing Go
- Install Go
- Make these dirs:
- ~/Projects/Go
- ~/Projects/Go/{src,bin,pkg,src}
- Export in .bashrc these variables
- export GOPATH=~/Projects/Go
- export PATH=$GOPATH/bin:$GOPATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment