TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

1 pointsby jamesponddotco3 months ago

1 comment

jamesponddotco3 months ago
Hi, folks!<p>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.<p>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 <a href="https:&#x2F;&#x2F;go.cipher.host&#x2F;" rel="nofollow">https:&#x2F;&#x2F;go.cipher.host&#x2F;</a>.<p>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!