patch: io, io/fs, os

This commit is contained in:
xushiwei
2024-06-19 22:21:44 +08:00
parent 6058b9851c
commit 3c0e321538
9 changed files with 614 additions and 6 deletions

View File

@@ -719,9 +719,12 @@ type none struct{}
var hasAltPkg = map[string]none{
"errors": {},
"io": {},
"io/fs": {},
"math": {},
"sync": {},
"sync/atomic": {},
"os": {},
"runtime": {},
}