Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

The Pkg.go.dev API

The Go team announced a new public API for pkg.go.dev, allowing developers to programmatically access package documentation and version metadata. The API provides endpoints for fetching package details, version lists, and module information, enabling integration with external tools and workflows. This release aims to improve automation and tooling around Go module discovery.

Related stories