1 parent f2e0880 commit 1442aafCopy full SHA for 1442aaf
1 file changed
main.go
@@ -72,10 +72,6 @@ bufScanLoop:
72
73
func enum(path []string, seen map[string]bool) bool {
74
last := path[len(path)-1]
75
- if last == "type:reflect.Value" || last == "type:*reflect.rtype" || last == "type:*reflect.Value" {
76
- // these are almost always false positives so we skip them
77
- return false
78
- }
79
seen[last] = true
80
defer func() {
81
if !visitOnce(last) {
0 commit comments