Skip to content

Instantly share code, notes, and snippets.

@cuixin
Created September 23, 2014 05:24
Show Gist options
  • Select an option

  • Save cuixin/262a4cc855d1909d940f to your computer and use it in GitHub Desktop.

Select an option

Save cuixin/262a4cc855d1909d940f to your computer and use it in GitHub Desktop.
golang's gopath enviroment
export GOROOT=/home/steven/go
export GOPATH=/home/steven/work/go-project/
export GOBIN=$GOROOT/bin
export PATH=.:$PATH:$GOBIN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment