diff options
Diffstat (limited to '')
-rw-r--r-- | man/go-fix.1 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/man/go-fix.1 b/man/go-fix.1 new file mode 100644 index 0000000..b1bba88 --- /dev/null +++ b/man/go-fix.1 @@ -0,0 +1,29 @@ +.\" Hey, EMACS: -*- nroff -*- +.TH GO-FIX 1 "2022-03-15" +.\" Please adjust this date whenever revising the manpage. +.SH NAME +go-fix \- update packages to use new APIs +.SH SYNOPSIS +.B go fix +.RI [ packages ] +.SH DESCRIPTION +Fix runs the Go fix command on the packages named by the import paths. +.P +The \-fix flag sets a comma-separated list of fixes to run. +The default is all known fixes. +(Its value is passed to \(oqgo tool fix \-r\(cq.) +.P +For more about fix, see \(oqgo doc cmd/fix\(cq. +.br +For more about specifying packages, see \fBgo-packages\fP(7). +.P +To run fix with other options, run \(oqgo tool fix\(cq. +.SH SEE ALSO +.BR go-fmt (1), +.BR go-vet (1). +.SH AUTHOR +This manual page was written by Michael Stapelberg <stapelberg@debian.org> +and is maintained by the +Debian Go Compiler Team <team+go-compiler@tracker.debian.org> +based on the output of \(oqgo help fix\(cq +for the Debian project (and may be used by others). |