diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-16 19:31:31 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-16 19:31:31 +0000 |
commit | af06fce89246dcb464e3431830a5f8e2b24d9e91 (patch) | |
tree | 4cbf5a02dba5a6a26c656e7ba839ccd91bc392c1 /man/go-fix.1 | |
parent | Initial commit. (diff) | |
download | golang-defaults-af06fce89246dcb464e3431830a5f8e2b24d9e91.tar.xz golang-defaults-af06fce89246dcb464e3431830a5f8e2b24d9e91.zip |
Adding upstream version 2:1.20~2.upstream/2%1.20_2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'man/go-fix.1')
-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). |