Guest User

Untitled

a guest
Jan 17th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. # Set variables in .zshrc file
  2.  
  3. # don't forget to change your path correctly!
  4.  
  5. export GOPATH=$HOME/golang
  6. export GOROOT=/usr/local/opt/go/libexec
  7. export PATH=$PATH:$GOPATH/bin
  8. export PATH=$PATH:$GOROOT/bin
Add Comment
Please, Sign In to add comment