summaryrefslogtreecommitdiffstats
path: root/man/go-fix.1
blob: b1bba8869567c2ccac6544050777ae65d5a25397 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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).