Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. https://github.com/golang/go/wiki/SettingGOPATH
  2.  
  3. export GOPATH=$HOME/go
  4. in your bash or zsh
  5.  
  6. wherever your gopath is..
  7.  
  8. clone the repo to here (im pretty sure theres a better way though)
  9. go/src/github.com/cnguy
  10.  
  11. so the full project ptah would be
  12. go/src/github.com/cnguy/uci-best-app
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement