Add support for net.IP

This commit is contained in:
Federico G. Schwindt
2021-05-13 15:00:14 +01:00
committed by Ron Evans
parent 95e4dcfb53
commit b20905da13
6 changed files with 974 additions and 0 deletions
+1
View File
@@ -208,6 +208,7 @@ func pathsToOverride(needsSyscallPackage bool) map[string]bool {
"internal/reflectlite/": false,
"internal/task/": false,
"machine/": false,
"net/": true,
"os/": true,
"reflect/": false,
"runtime/": false,