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.0-rc.2
- Published
- Aug 7, 2017
- Platform
- js/wasm
- Imports
- 11 packages
- Last checked
- 1 minute ago –
Tools for package owners.