go-vet (1) Linux Manual Page
NAME go-vet – report likely mistakes in packages SYNOPSIS go vet [-n] [-x] [-vettool prog] [build flags] [vet flags] [packages] DESCRIPTION Vet 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…
