Imports of package vet

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
cmd/go/internal/basePackage base defines shared basic pieces of the go command, in particular logging and the Command structure.
cmd/go/internal/cmdflagPackage cmdflag handles flag processing common to several go tools.
cmd/go/internal/loadPackage load loads packages.
cmd/go/internal/modload
cmd/go/internal/work
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
internal/execabs
logPackage log implements a simple logging package.
osPackage os provides a platform-independent interface to operating system functionality.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.