Last active
January 3, 2024 21:38
-
-
Save remonsec/82b4da1a720db18fb5a0eb7b92a08736 to your computer and use it in GitHub Desktop.
bashrc setup for golang. put it on your bashrc and source it
This file contains 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
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