I want to publish a collection of go packages as 'my.domain.tld/something'
Can I do it without running a git server on my domain? For example, can I just publish zip files and metadata at the domain name and have the go tools work with it?
I can't find documentation about how to do it.