package vet
import "cmd/go/internal/vet"
Package vet implements the “go vet” command.
Index ¶
Variables ¶
var CmdVet = &base.Command{ Run: runVet, CustomFlags: true, UsageLine: "vet [-n] [-x] [build flags] [vet flags] [packages]", Short: "run go tool vet on packages", Long: "" /* 372 byte string literal not displayed */, }
Source Files ¶
- Version
- v1.9.2
- Published
- Oct 25, 2017
- Platform
- js/wasm
- Imports
- 11 packages
- Last checked
- 2 minutes ago –
Tools for package owners.