Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save RamazanBIYIK/6a7a2c6434b97ac7c4c02cc1ecc1ac14 to your computer and use it in GitHub Desktop.
Save RamazanBIYIK/6a7a2c6434b97ac7c4c02cc1ecc1ac14 to your computer and use it in GitHub Desktop.
Go- add go to global path temporarily
export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export PATH=$GOPATH/bin:$GOROOT/bin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment