gofix command
The gofix command applies the inliner to the specified packages of Go source code. Run this command to report all fixes:
$ go run ./internal/gofix/cmd/gofix packages...
Run this command to preview the changes:
$ go run ./internal/gofix/cmd/gofix -fix -diff packages...
And run this command to apply them, including ones in test files:
$ go run ./internal/gofix/cmd/gofix -fix -test packages...
This internal command is not officially supported. In the long term, we plan to migrate this functionality into "go fix"; see Go issues https//go.dev/issue/32816, 71859, 73605.
- Version
- v0.34.0
- Published
- Jun 5, 2025
- Platform
- js/wasm
- Imports
- 2 packages
- Last checked
- 23 minutes ago –
Tools for package owners.