Go 1.26 reimplements the `go fix` command using the same analysis framework as `go vet`, bringing modernization tools from gopls to the command line. The tool now includes 22 analyzers that automatically update code to use newer language features like `any` instead of `interface{}`, `slices.Sort` instead of `sort.Slice`,
Sort: