go-fix (1) Linux Manual Page
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’.
