Last active
September 1, 2016 01:35
-
-
Save cevaris/263b2a0cbda8cef94ea5c43e94c9a39e to your computer and use it in GitHub Desktop.
Go play dot/rc scrips
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 goplay='cd /go/src/github.com/cevaris' | |
export GOPATH=/go | |
export GOBIN=$GOPATH/bin | |
export PATH=$GOBIN:$PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment