Query: go-vet
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GO-VET(1) General Commands Manual GO-VET(1)NAMEgo - tool for managing Go source codeSYNOPSISgo vet [-n] [-x] [ packages ]DESCRIPTIONVet 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-n The -n flag causes tool to print the command that would be executed but not execute it. -x The -x flag causes clean to print remove commands as it executes them.SEE ALSOgo-fmt(1), go-fix(1).AUTHORThis manual page was written by Michael Stapelberg <stapelberg@debian.org>, for the Debian project (and may be used by others). 2012-06-15 GO-VET(1)
Related Man Pages |
---|
go-build(1) - debian |
go(1) - bsd |
go-build(1) - bsd |
go-clean(1) - bsd |
go-packages(7) - bsd |