Tech Mar 16, 2026 6 min Go 1.26's `//go:fix inline` directive and source-level inlining Go 1.26 adds `//go:fix inline` to `go fix`, letting deprecated API calls be rewritten to new APIs at the source level. Google has already applied it to more than 18,000 changelists in its internal monorepo. Go Tooling Refactoring