Created
April 30, 2015 11:10
-
-
Save insanity54/8596813a8778767233a7 to your computer and use it in GitHub Desktop.
Cloud9IDE bashrc exports for Go April 2015
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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