Skip to content

Instantly share code, notes, and snippets.

@larzconwell
Created July 20, 2012 02:08
Show Gist options
  • Save larzconwell/3148218 to your computer and use it in GitHub Desktop.
Save larzconwell/3148218 to your computer and use it in GitHub Desktop.
export GOROOT="$HOME/.go" # Go build
[[ ! "$PATH" =~ "$GOROOT" ]] && export PATH="$PATH:$GOROOT/bin" # Add bin to path
export GOPATH="$HOME/Programming/Go" # Go project path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment