Add a shim for internal/fuzz

This simply shadows the real code temporarily to see what else is
broken. It only defines a single type to fix testing/internal/testdeps.
This commit is contained in:
Elliott Sales de Andrade
2022-02-05 03:49:55 -05:00
committed by Ron Evans
parent 20a27746b2
commit 9cedd78d9c
6 changed files with 309 additions and 9 deletions
+1
View File
@@ -230,6 +230,7 @@ func pathsToOverride(needsSyscallPackage bool) map[string]bool {
"device/": false,
"examples/": false,
"internal/": true,
"internal/fuzz/": false,
"internal/bytealg/": false,
"internal/reflectlite/": false,
"internal/task/": false,