The Go 1.26 release includes a rewritten go fix subcommand that uses algorithms to identify opportunities to improve code, taking advantage of modern features of the language and library. The command can modernize Go codebases by applying fixes such as replacing outdated code patterns with newer, more efficient ones. The article discusses the infrastructure behind go fix and its potential to help maintainers and organizations encode their own guidelines and best practices. The tool can also help identify and fix issues such as syntactic and semantic conflicts.