Login
From:
Alex Pliutau Blog
(Uncensored)
subscribe
gh: a tiny tool to manage GitHub repositories in your GOPATH
https://pliutau.com/gh_in_gopath/
links
backlinks
Roast topics
Find topics
Find it!
As a Golang developer I have to clone a lot of packages/tools/etc into $GOPATH/src/github.com. Sometimes I do go get, sometimes it’s necessary to do a combination of mkdir + git clone.