go-vet (1) Linux Manual Page
go-vet – report likely mistakes in packages Synopsisgo vet [-n] [-x] [-vettool prog] [build flags] [vet flags] [packages] DescriptionVet runs the Go vet command on the packages named by the import paths. For more about vet and its flags, see ‘go doc cmd/vet’. For more about specifying packages, see go-packages(7). For a list of checkers…
