Last active
September 11, 2015 17:07
-
-
Save nathany/2edd76e55decd5edf8e0 to your computer and use it in GitHub Desktop.
Go environment
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
export GOPATH=$HOME | |
export PATH=$PATH:$HOME/src/go.googlesource.com/go/bin:$HOME/bin | |
export GOROOT_BOOTSTRAP=$HOME/src/go.googlesource.com/go1.4 | |
export GO15VENDOREXPERIMENT=1 |
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
alias go14="/Users/nathany/src/go.googlesource.com/go1.4/bin/go" | |
setopt auto_cd | |
cdpath=($HOME/src/github.com $HOME/src/github.com/nathany $HOME/src/go.googlesource.com $HOME/src/go.googlesource.com/go/src $HOME/src/gopkg.in $HOME/src/golang.org) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment