Skip to content

Instantly share code, notes, and snippets.

@kiasaki
Created August 26, 2014 22:14
Show Gist options
  • Save kiasaki/cf0cdf0308286b79dbfe to your computer and use it in GitHub Desktop.
Save kiasaki/cf0cdf0308286b79dbfe to your computer and use it in GitHub Desktop.
Basic Go exports
export GOROOT=$HOME/go
export GOPATH=$HOME/code/go
export PATH=$PATH:$GOROOT/bin
export PATH=$PATH:$GOPATH/bin
export PATH=$HOME/goae:$PATH
export wd=$GOPATH/src/github.com/kiasaki
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment