Skip to content

Instantly share code, notes, and snippets.

@ichbinblau
Created September 10, 2021 07:46
Show Gist options
  • Select an option

  • Save ichbinblau/782a315db6ec3f4b8c064050501a4e23 to your computer and use it in GitHub Desktop.

Select an option

Save ichbinblau/782a315db6ec3f4b8c064050501a4e23 to your computer and use it in GitHub Desktop.
go path and go bin config
export GOPATH=$HOME/go
export GOBIN=$GOPATH/bin
export PATH=$PATH:$GOPATH/bin
export GOROOT=/usr/local/go
export PATH=$PATH:$GOROOT/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment