go-fix (1) - Linux Manuals

go-fix: update packages to use new APIs

NAME

go-fix - update packages to use new APIs

SYNOPSIS

go fix [packages]

DESCRIPTION

Fix runs the Go fix command on the packages named by the import paths.

For more about fix, see 'go doc cmd/fix'.
For more about specifying packages, see go-packages(7).

To run fix with specific options, run 'go tool fix'.

AUTHOR

This manual page was written by Michael Stapelberg <stapelberg [at] debian.org> and is maintained by the Debian Go Compiler Team <team+go-compiler [at] tracker.debian.org> based on the output of 'go help fix' for the Debian project (and may be used by others).

SEE ALSO

go-fmt(1), go-vet(1).