Skip to content

Instantly share code, notes, and snippets.

@ng-the-engineer
Created July 11, 2020 08:31
Show Gist options
  • Save ng-the-engineer/07e1621f3751271e7042552264f6c23c to your computer and use it in GitHub Desktop.
Save ng-the-engineer/07e1621f3751271e7042552264f6c23c to your computer and use it in GitHub Desktop.
Setup go path
export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export GOBIN=$GOPATH/bin
export PATH=$PATH:$GOROOT:$GOPATH:$GOBIN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment