Skip to content

Instantly share code, notes, and snippets.

@brizzbane
Created June 10, 2018 07:32
Show Gist options
  • Save brizzbane/2810e0966f9be8b1e8381b354552b2d1 to your computer and use it in GitHub Desktop.
Save brizzbane/2810e0966f9be8b1e8381b354552b2d1 to your computer and use it in GitHub Desktop.
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