Introducing the pkg.go.dev API
Summary
The Go team announces the pkg.go.dev API, providing a stable, GET-only interface to Go module metadata. It outlines core endpoints under /v1beta, how to set versions, and includes an OpenAPI spec; examples show how to query and use the API with pkgsite-cli. The article emphasizes enabling tools, IDEs, and automated workflows without fragile scraping.