Skip to content

Instantly share code, notes, and snippets.

@bagus2x
Created August 25, 2021 05:05
Show Gist options
  • Save bagus2x/d8772822a700fa874aee124d129292d2 to your computer and use it in GitHub Desktop.
Save bagus2x/d8772822a700fa874aee124d129292d2 to your computer and use it in GitHub Desktop.
mkdir ~/.go
echo "GOPATH=$HOME/.go" >> ~/.bashrc
echo "export GOPATH" >> ~/.bashrc
echo "PATH=\$PATH:\$GOPATH/bin # Add GOPATH/bin to PATH for scripting" >> ~/.bashrc
source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment