Skip to content

Instantly share code, notes, and snippets.

@LindseyB
Created July 17, 2019 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LindseyB/f07e988ab4de5665c6cf57b16f67f4aa to your computer and use it in GitHub Desktop.
Save LindseyB/f07e988ab4de5665c6cf57b16f67f4aa to your computer and use it in GitHub Desktop.
# zshrc lines for go
export GOPATH=$HOME/golang
export GOROOT=/usr/local/opt/go/libexec
export PATH=$PATH:$GOPATH/bin:$GOROOT/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment