Created
July 11, 2020 08:31
-
-
Save ng-the-engineer/07e1621f3751271e7042552264f6c23c to your computer and use it in GitHub Desktop.
Setup go path
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 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