Skip to content

Instantly share code, notes, and snippets.

@aeneasr
Created March 31, 2016 17:25
Show Gist options
  • Save aeneasr/8ffc72fece8eb1170b3ee9e12240d5f6 to your computer and use it in GitHub Desktop.
Save aeneasr/8ffc72fece8eb1170b3ee9e12240d5f6 to your computer and use it in GitHub Desktop.
export GOROOT=/usr/local/go
export PATH=$PATH:$GOROOT/bin
export GOPATH=~/workspaces/go
export PATH=$GOPATH/bin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment