Skip to content

Instantly share code, notes, and snippets.

@random-robbie
Created February 10, 2019 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save random-robbie/d991e7bceb4c068cb3e71b5fa55ca753 to your computer and use it in GitHub Desktop.
Save random-robbie/d991e7bceb4c068cb3e71b5fa55ca753 to your computer and use it in GitHub Desktop.
cat >> ~/.bashrc << 'EOF'
export GOPATH=$HOME/go
export PATH=/usr/local/go/bin:$PATH:$GOPATH/bin
EOF
source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment