Skip to content

Instantly share code, notes, and snippets.

@r3code
Created July 14, 2020 09:02
Show Gist options
  • Save r3code/0fa15cd18901d17483e3b39b857703e1 to your computer and use it in GitHub Desktop.
Save r3code/0fa15cd18901d17483e3b39b857703e1 to your computer and use it in GitHub Desktop.
How to add golang tools to path?
export PATH=$PATH:$(go env GOPATH)/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment