Skip to content

Instantly share code, notes, and snippets.

@bohanyang
Last active January 10, 2021 15:50
Show Gist options
  • Save bohanyang/9a234a5d9a2cdbd9ed700bf6d6bff010 to your computer and use it in GitHub Desktop.
Save bohanyang/9a234a5d9a2cdbd9ed700bf6d6bff010 to your computer and use it in GitHub Desktop.
export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
curl -fL https://dl.google.com/go/go1.15.6.linux-amd64.tar.gz | sudo tar -C /usr/local -xzf- && echo >> ~/.zshrc && curl -fL https://gist.githubusercontent.com/bohanyang/9a234a5d9a2cdbd9ed700bf6d6bff010/raw/Go-Environment-Variables.sh >> ~/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment