patch sync/atomic

This commit is contained in:
xushiwei
2024-06-16 20:49:31 +08:00
parent 8c9b0285e4
commit 7b7b4e5f22
3 changed files with 35 additions and 1 deletions

View File

@@ -413,7 +413,8 @@ type aPackage struct {
type none struct{}
var hasAltPkg = map[string]none{
"math": {},
"math": {},
"sync/atomic": {},
}
type importer = func(pkgPath string) *packages.Package