Show HN: Pkgdex, a Go package index with custom import path support

  • Hi, folks!

    I just released v1.0.0 of pkgdex, a simple self-hosted service that provides both a searchable index for your Go packages and vanity import path handling.

    It offers full-text search, vanity import path support, naive download statistics, and more. You can see a live version of the service running at https://go.cipher.host/.

    Been a while since the last time I wrote a server, so there may be issues here and there, but I hope you folks like it. Constructive feedback is much appreciated and PRs are welcome!