✳flâneur — a map of the web's best reading
Using go fix to modernize Go code - The Go Programming Language
go.dev · 4,087 words · saved by 1 readers
Go 1.26 includes a new implementation of go fix that can help you use more modern features of Go.
Using go fix to modernize Go code - The Go Programming Language The Go Blog Using go fix to modernize Go code Alan Donovan 17 February 2026 The 1.26 release of Go this month includes a completely rewritten go fix subcommand. Go fix uses a suite of algorithms to identify opportunities to improve your code, often by taking advantage of more modern features of the language and library. In this post, we’ll first show you how to use go fix to modernize your Go codebase. Then in the second section we’ll dive into the infrastructure behind it and how it is evolving. Finally, we’ll present the theme o
Explore this link on the map →saved by
related reading
- Writing Better Go: Lessons from 10 Code Reviews - Speaker Deckspeakerdeck.com
- Writing Better Go: Lessons from 10 Code Reviews - Speaker Deckspeakerdeck.com
- Frequently Asked Questions (FAQ) - The Go Programming Languagego.dev
- Four Days of Go – Evan Millerevanmiller.org
- Go at Google: Language Design in the Service of Software Engineering - The Go Programming Languagego.dev
- Notes on structured concurrency, or: Go statement considered harmful - njs blogvorpus.org
- NilAway: Practical Nil Panic Detection for Gouber.com
- Tutorial · fatih/vim-go Wiki · GitHubgithub.com
- Making a Go program run 1.7x faster with a one character change • Harry Marrhmarr.com
- Effective Go - The Go Programming Languagego.dev
- Rewriting Bun in Rust | Bun Blogbun.com
- From hand-tuned Go to self-optimizing code: Building BitsEvolve | Datadogdatadoghq.com