Skip to content

Instantly share code, notes, and snippets.

@LindseyB
Created July 17, 2019 16:12
Show Gist options
  • Select an option

  • Save LindseyB/f07e988ab4de5665c6cf57b16f67f4aa to your computer and use it in GitHub Desktop.

Select an option

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