Skip to content

Instantly share code, notes, and snippets.

@dkbrummitt
Created August 17, 2018 21:19
Show Gist options
  • Save dkbrummitt/9342faafe6638794a20496d4c651685f to your computer and use it in GitHub Desktop.
Save dkbrummitt/9342faafe6638794a20496d4c651685f to your computer and use it in GitHub Desktop.
Mac OS - .bashrc
# 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