Skip to content

Instantly share code, notes, and snippets.

@jyc
Created May 13, 2012 00:15
Show Gist options
  • Select an option

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

Select an option

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