go
’s CLI tool provides a very powerful way of accessing your code, specifically the subcommand go get
. Typical people use go get
for it’s resolving and adding dependencies to their package but it can also be used as a proxy for git clone
. It can also resolve these dependencies from any domain that returns the right html
.