loader, iter, reflect: use build tags for package iter and iter methods on reflect.Value

This commit is contained in:
Randy Reddig
2025-03-09 08:51:28 -07:00
committed by Ron Evans
parent a2be2f3330
commit fafe80704f
3 changed files with 2 additions and 21 deletions
-4
View File
@@ -261,10 +261,6 @@ func pathsToOverride(goMinor int, needsSyscallPackage bool) map[string]bool {
"unique/": false,
}
if goMinor <= 22 {
paths["iter]"] = false
}
if goMinor >= 19 {
paths["crypto/internal/"] = true
paths["crypto/internal/boring/"] = true