Created
February 3, 2013 04:50
-
-
Save jyc/4700577 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| EDITOR DEFAULT=vim | |
| GOROOT DEFAULT=${HOME}/go | |
| GOOS DEFAULT=linux | |
| GOARCH DEFAULT=amd64 | |
| GOBIN DEFAULT=${GOROOT}/bin | |
| GOPATH DEFAULT=${HOME}/gocode | |
| PATH DEFAULT="${HOME}/bin:${GOBIN}:${GOPATH}/bin:${PATH}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment