go-fix - update packages to use new APIs
Contents
Description
Fix runs the Go fix command on the packages named by the import paths.
The -fix flag sets a comma-separated list of fixes to run. The default is all known fixes. (Its value
is passed to ‘go tool fix -r’.)
For more about fix, see ‘go doc cmd/fix’.
For more about specifying packages, see go-packages(7).
To run fix with other options, run ‘go tool fix’.
Name
go-fix - update packages to use new APIs
See Also
go-fmt(1), go-vet(1).
Synopsis
gofix [packages]
