fix

command standard library
go1.26rc2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 15, 2026 License: BSD-3-Clause Imports: 9 Imported by: 0

Documentation

Overview

Fix is a tool executed by "go fix" to update Go programs that use old features of the language and library and rewrite them to use newer ones. After you update to a new Go release, fix helps make the necessary changes to your programs.

See the documentation for "go fix" for how to run this command. You can provide an alternative tool using "go fix -fixtool=..."

Run "go tool fix help" to see the list of analyzers supported by this program.

See golang.org/x/tools/go/analysis for information on how to write an analyzer that can suggest fixes.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL