Created
June 10, 2018 07:32
-
-
Save brizzbane/2810e0966f9be8b1e8381b354552b2d1 to your computer and use it in GitHub Desktop.
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
https://www.digitalocean.com/community/tutorials/how-to-install-go-on-debian-8 | |
https://stackoverflow.com/questions/25216765/gobin-not-set-cannot-run-go-install | |
set -xg GOROOT /usr/local/go $GOROOT | |
set -xg GOPATH $HOME/Develop | |
set -xg PATH /usr/local/go/bin $GOPATH/bin $PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment