Skip to content

Instantly share code, notes, and snippets.

@insanity54
Created April 30, 2015 11:10
Show Gist options
  • Save insanity54/8596813a8778767233a7 to your computer and use it in GitHub Desktop.
Save insanity54/8596813a8778767233a7 to your computer and use it in GitHub Desktop.
Cloud9IDE bashrc exports for Go April 2015
export GOROOT=/opt/go
export GOPATH=~/workspace/go
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment