patch library: syscall, os/exec

This commit is contained in:
xushiwei
2024-07-11 18:00:20 +08:00
parent dd47971877
commit 528add4702
48 changed files with 18396 additions and 19 deletions

View File

@@ -673,7 +673,7 @@ func canSkipToBuild(pkgPath string) bool {
type none struct{}
var hasAltPkg = map[string]none{
"errors": {},
//"errors": {},
"fmt": {},
"internal/abi": {},
"internal/bytealg": {},
@@ -688,6 +688,7 @@ var hasAltPkg = map[string]none{
"syscall": {},
"time": {},
"os": {},
"os/exec": {},
"runtime": {},
}