TechMar 16, 20266 minGo 1.26's `//go:fix inline` directive and source-level inliningGo 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.GoToolingRefactoring