Building a pkg.go.dev TUI explorer
The new API finally makes it practical to browse Go documentation entirely from anywhere.
For years, pkg.go.dev has been the central place to discover Go packages.
I genuinely like the project. The interface is clean, fast, and consistent. Unlike ecosystems such as npm, package authors don’t need to explicitly publish documentation anywhere—if your module is available through the Go module ecosystem, it’s already indexed.
The documentation is …



