The Go Blog

go.dev

Latest posts

  1. Platform-independent SIMD in Go

    · go.dev · David Chase and Junyang Shao

    Go 1.27 adds an experimental platform-agnostic SIMD API

  2. Size-Specialized Memory Allocation

    · go.dev · Michael Matloob

    Go 1.27 improves performance of small allocations using size-specialized allocation functions.

  3. Goroutine Leak Profiles

    · go.dev · Vlad Saioc

    Go 1.27 includes new goroutine leak profiles.

  4. Generic Methods

    · go.dev · Mark Freeman

    Go 1.27 adds generic methods—a highly desired language feature.

  5. Go 1.27 is released

    · go.dev · Nicholas Husin, on behalf of the Go team

    Go 1.27 adds generic methods, encoding/json/v2 package, uuid package, faster memory allocation, goroutine leak profiles, and more.

  6. Introducing the pkg.go.dev API

    · go.dev · Ethan Lee, Hana Kim, and Jonathan Amsterdam

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

  7. Type Construction and Cycle Detection

    · go.dev · Mark Freeman

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

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

    · go.dev · Alan Donovan

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

  9. Allocating on the Stack

    · go.dev · Keith Randall

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

  10. Using go fix to modernize Go code

    · go.dev · Alan Donovan

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

In the directory since 25 Sept 2026 · last checked 25 Sept 2026 · ATOM

Report a problem with this feed