Skip to content

Instantly share code, notes, and snippets.

@moraes
Created May 9, 2012 18:33
Show Gist options
  • Save moraes/2647771 to your computer and use it in GitHub Desktop.
Save moraes/2647771 to your computer and use it in GitHub Desktop.
bash profile for golang
# Go
export GOOS=linux
export GOARCH=amd64
export GOROOT=$HOME/dev/go
export GOBIN=$GOROOT/bin
export GOPATH=$HOME/dev/gopath
export PATH=$PATH:$GOBIN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment