Skip to content

Instantly share code, notes, and snippets.

@jyc
Created September 25, 2012 01:29
Show Gist options
  • Select an option

  • Save jyc/3779452 to your computer and use it in GitHub Desktop.

Select an option

Save jyc/3779452 to your computer and use it in GitHub Desktop.
export GOROOT=$HOME/go
export GOOS=linux
export GOARCH=amd64
export GOBIN=$GOROOT/bin
export GOPATH=$HOME/mygo
PATH="$GOBIN:$GOPATH/bin:$PATH"
PATH="$HOME/bin:$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment