RSS 2025-12-06 03:01

Features

聚合自 go.dev 与社区精选源。

features

Testing Time (and other asynchronicities)

A discussion of testing asynchronous code and an exploration of the \`testing/synctest\` package. Based on the GopherCon Europe 2025 talk with the same title.

features

Go 1.25 is released

Go 1.25 adds container-aware GOMAXPROCS, testing/synctest package, experimental GC, experimental encoding/json/v2, and more.

features

Generic interfaces

Adding type parameters to interface types is surprisingly powerful