brew install go
export GOROOT="/usr/local/opt/go/libexec"
export GOPATH="$HOME/.go"
export PATH="$PATH:$GOROOT/bin:$GOPATH/bin"
Homebrew install Golang SDK
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment