Home | History | Annotate | Download | only in fix

Lines Matching refs:fix

5 // Package fix implements the ``go fix'' command.
6 package fix
17 UsageLine: "fix [packages]",
20 Fix runs the Go fix command on the packages named by the import paths.
22 For more about fix, see 'go doc cmd/fix'.
25 To run fix with specific options, run 'go tool fix'.
37 base.Run(str.StringList(cfg.BuildToolexec, base.Tool("fix"), files))