Introducing the pkg.go.dev API
Introducing the new programmatic API for pkg.go.dev, allowing developers to fetch package and module data directly.
@the-go-blog
Publisher
10
Posts
Introducing the new programmatic API for pkg.go.dev, allowing developers to fetch package and module data directly.
Go 1.26 simplifies type construction and enhances cycle detection for certain kinds of recursive types.
How Go 1.26's source-level inliner works, and how it can help you with self-service API migrations.
A description of some of the recent changes to do allocations on the stack instead of the heap.
Go 1.26 includes a new implementation of go fix that can help you use more modern features of Go.
Go 1.26 adds a new garbage collector, cgo overhead reduction, experimental simd/archsimd package, experimental runtime/secret package, and more.
The 2025 Go Developer Survey results, focused on developer sentiment towards Go, use cases, challenges, and developer environments.
Go 1.25 introduces a new tool in the diagnostic toolbox, flight recording.