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

vet.go vetflag.go

Version
v1.9.7
Published
Jun 6, 2018
Platform
windows/amd64
Imports
11 packages
Last checked
4 seconds ago

Tools for package owners.