Skip to content

Instantly share code, notes, and snippets.

@remonsec
Last active January 3, 2024 21:38
Show Gist options
  • Save remonsec/82b4da1a720db18fb5a0eb7b92a08736 to your computer and use it in GitHub Desktop.
Save remonsec/82b4da1a720db18fb5a0eb7b92a08736 to your computer and use it in GitHub Desktop.
bashrc setup for golang. put it on your bashrc and source it
export PATH=$PATH:/usr/local/go/bin
export PATH=$PATH:$HOME/go/bin
export GOPATH=$HOME/go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment