patch: fmt, os, runtime, syscall, time

This commit is contained in:
xushiwei
2024-06-26 17:17:10 +08:00
parent fd0cb4c458
commit 48a1384197
30 changed files with 5373 additions and 24 deletions

View File

@@ -730,6 +730,7 @@ type none struct{}
var hasAltPkg = map[string]none{
"errors": {},
"fmt": {},
"internal/abi": {},
"internal/bytealg": {},
"internal/reflectlite": {},
@@ -741,6 +742,7 @@ var hasAltPkg = map[string]none{
"sync": {},
"sync/atomic": {},
"syscall": {},
"time": {},
"os": {},
"runtime": {},
}