Last active
November 15, 2018 08:35
-
-
Save dreamlu/86d0d5dab7d920c5fa5a9100c1fe72c0 to your computer and use it in GitHub Desktop.
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/lib/go-1.10 | |
export GOPATH=/home/lu/gowork | |
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment