Skip to content

Instantly share code, notes, and snippets.

@gonejack
Last active January 4, 2018 07:18
Embed
What would you like to do?
Homebrew install Golang SDK
brew install go
export GOROOT="/usr/local/opt/go/libexec"
export GOPATH="$HOME/.go"
export PATH="$PATH:$GOROOT/bin:$GOPATH/bin"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment