#590 — February 20, 2026
Read the Web Version
Go Weekly
Using go fix to Modernize Go Code —
Go 1.26 ships a rewritten go fix that automatically modernizes code to use newer idioms using 24 built-in 'modernizers': replacing interfac...
I finally found the one serene, omnicompetent guru who writes perfect code!
Here are her ten secret mantras of Go excellence.
Go 1.26 includes a new implementation of go fix that can help you use more modern features of Go.
GoReleaser builds and ships release artifacts for thousands of projects, making
it a high-value supply-chain target.
That’s why we were thrilled to be selected for the third session
of the GitHub Secure Open Source Fund.
Iteration has long been one of the more fragmented areas of Go, with developers relying on ad hoc patterns to traverse custom data structures. This article explores the range-over-functions experiment, a proposed evolution of the language that introduces a standardized iterator m...
Un resumen de Rust y Go que destaca sus ventajas, señala lo que comparten y
aclara sus diferencias clave. ¿Cuál deberías elegir?
A new release of the Microsoft build of Go is now available for download.
The post Go 1.26.0-1 Microsoft build now available appeared first on Microsoft for Go Developers.
#589 — February 13, 2026
Read the Web Version
Go Weekly
Go 1.26 Released
Finally, the day we've all been waiting for! Go 1.26 has been released. It packs in a variety of syntax, runtime, and performance changes and improvements, with these be...
Which is a better choice, Rust or Go? Which language should you choose for
your next project, and why? How do the two compare in areas like
performance, simplicity, safety, features, scale, and concurrency?