other versions
- bullseye 2:1.15~1
- bullseye-backports 2:1.18~3~bpo11+1
- testing 2:1.19~1
- unstable 2:1.19~1
GO-VET(1) | General Commands Manual | GO-VET(1) |
NAME¶
go - tool for managing Go source code
SYNOPSIS¶
go vet [-n] [-x] [ packages ]
DESCRIPTION¶
Vet runs the Go vet command on the packages named by the import paths.
For more about vet, see 'godoc vet'.
For more about specifying packages, see go-packages(7).
To run the vet tool with specific options, run 'go tool vet'.
OPTIONS¶
SEE ALSO¶
go-fmt(1), go-fix(1).
AUTHOR¶
This manual page was written by Michael Stapelberg <stapelberg@debian.org>, for the Debian project (and may be used by others).
2012-06-15 |