Skip to content

Instantly share code, notes, and snippets.

@maedhroz
Created May 6, 2014 21:34
Show Gist options
  • Save maedhroz/9d5a9d77e90f1255b6f7 to your computer and use it in GitHub Desktop.
Save maedhroz/9d5a9d77e90f1255b6f7 to your computer and use it in GitHub Desktop.
Get Brew to Play Nicely w/ Go
GOVERSION=$(brew list go | head -n 1 | cut -d '/' -f 6)
export GOROOT=$(brew --prefix)/Cellar/go/$GOVERSION/libexec
export GOPATH=/Users/[user]/go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment