Choose a comparison to see which approach fits your team best:
gvu vs. govanity (Google)
What Is govanity? govanity is Google’s reference implementation for serving go-import meta tags. It’s a single Go binary that reads a YAML config file and responds to ?go-get=1 requests with the correct meta tags. # govanity.yaml paths: /auth: repo: https://github.com/org/auth-service vcs: git /logger: repo: https://github.com/org/logger vcs: git You deploy it, point your domain at it, and it works. It’s a solid tool — for the right use case. Where It Falls Short Pain 1: You own the infrastructure ...