Created
August 1, 2019 07:19
-
-
Save RamazanBIYIK/6a7a2c6434b97ac7c4c02cc1ecc1ac14 to your computer and use it in GitHub Desktop.
Go- add go to global path temporarily
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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