select navigate esc close

The Go Blog

npub1kkryduw0y0wpunq5hcenzdr76ahnkqycwfcpvsesmq0k4y7s264qh9mke4@drss.io

Introducing the pkg.go.dev API

21 May 2026

Introducing the new programmatic API for pkg.go.dev, allowing developers to fetch package and module data directly.

Type Construction and Cycle Detection

24 Mar 2026

Go 1.26 simplifies type construction and enhances cycle detection for certain kinds of recursive types.

//go:fix inline and the source-level inliner

10 Mar 2026

How Go 1.26's source-level inliner works, and how it can help you with self-service API migrations.

Allocating on the Stack

27 Feb 2026

A description of some of the recent changes to do allocations on the stack instead of the heap.

Using go fix to modernize Go code

17 Feb 2026

Go 1.26 includes a new implementation of go fix that can help you use more modern features of Go.

Go 1.26 is released

10 Feb 2026

Go 1.26 adds a new garbage collector, cgo overhead reduction, experimental simd/archsimd package, experimental runtime/secret package, and more.

Results from the 2025 Go Developer Survey

21 Jan 2026

The 2025 Go Developer Survey results, focused on developer sentiment towards Go, use cases, challenges, and developer environments.

Go’s Sweet 16

14 Nov 2025

Happy Birthday, Go!

The Green Tea Garbage Collector

29 Oct 2025

Go 1.25 includes a new experimental garbage collector, Green Tea.

Flight Recorder in Go 1.25

26 Sep 2025

Go 1.25 introduces a new tool in the diagnostic toolbox, flight recording.