This was a mistake made when bringing cmd/vet into the main repo.
Fixes #13416.
Change-Id: I03b512ab944577c56085aea06df8ff5e1acc16d7
Reviewed-on: https://go-review.googlesource.com/17455
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
package main
import (
- "cmd/vet/whitelist"
+ "cmd/vet/internal/whitelist"
"flag"
"go/ast"
"strings"
// license that can be found in the LICENSE file.
// Package whitelist defines exceptions for the vet tool.
-package whitelist // import "cmd/vet/whitelist"
+package whitelist
// UnkeyedLiteral are types that are actually slices, but
// syntactically, we cannot tell whether the Typ in pkg.Typ{1, 2, 3}