func golang.org/x/pkgsite/internal/fetch.ignoredByGoTool

2 uses

	golang.org/x/pkgsite/internal/fetch (current package)
		package.go#L126: 		if ignoredByGoTool(importPath) || isVendored(importPath) {
		package.go#L251: func ignoredByGoTool(importPath string) bool {