Skip to content

Instantly share code, notes, and snippets.

@Anishmourya
Last active April 5, 2020 10:59
Show Gist options
  • Save Anishmourya/c258942b7961218ce5fbf3a623c79019 to your computer and use it in GitHub Desktop.
Save Anishmourya/c258942b7961218ce5fbf3a623c79019 to your computer and use it in GitHub Desktop.
brew upgrade go
export GOPATH=$HOME/go
export GOROOT=/usr/local/opt/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