Accepted!

Go proposals and features explained in simple terms.

Go feature: Modernized go fix

With a fresh set of analyzers and the same backend as go vet.

Go feature: Secret mode

Automatically erase memory to prevent secret leaks.

Go feature: Type-safe error checking

errors.AsType is a modern alternative to errors.As.

Go feature: Goroutine metrics

Export goroutine-related metrics from the Go runtime.

Go feature: Context-aware Dialer methods

Connect to TCP, UDP, IP, or Unix sockets, with an optional timeout.

Go feature: Compare IP subnets

The same way IANA and Python do.

Go proposal: Hashers

Consistent approach to hashing and equality checks in custom collections.

Go feature: new(expr)

Call the 'new' built-in on expressions.

Accepted! Go proposals distilled

Stay updated on changes coming in future Go releases.