Created
August 17, 2018 21:19
-
-
Save dkbrummitt/9342faafe6638794a20496d4c651685f to your computer and use it in GitHub Desktop.
Mac OS - .bashrc
This file contains 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
# Set up Go for accessibility from the terminal | |
export GOPATH=$HOME/golang | |
#export GOROOT=/usr/local/bin/go/libexec | |
export PATH=$PATH:$GOPATH/bin | |
#export PATH=$PATH:$GOROOT/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment