Skip to content

Instantly share code, notes, and snippets.

@hugollm
Created June 17, 2017 15:34
Show Gist options
  • Save hugollm/e722771a6e788d7115c64f28c7e2ef4e to your computer and use it in GitHub Desktop.
Save hugollm/e722771a6e788d7115c64f28c7e2ef4e to your computer and use it in GitHub Desktop.
Personal setup for go lang
# /etc/profile
# go lang
export PATH=$PATH:/usr/local/go/bin
export GOPATH=$HOME/Desktop/go
export PATH=$PATH:$GOPATH/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment