Skip to content

Instantly share code, notes, and snippets.

@larzconwell
Created July 31, 2012 01:14
Show Gist options
  • Save larzconwell/3212467 to your computer and use it in GitHub Desktop.
Save larzconwell/3212467 to your computer and use it in GitHub Desktop.
{
"env": {
// Go executable, stdlib, etc
"GOROOT": "$HOME/.go"
// Custom packages, and packages installed from go get and go install
"GOPATH": "$HOME/Programming/go"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment