patch internal/reflectlite; demo: sort.Ints

This commit is contained in:
xushiwei
2024-06-21 11:02:28 +08:00
parent f26311c60e
commit b93fc3f028
7 changed files with 70 additions and 14 deletions

View File

@@ -208,6 +208,7 @@ Here are the Go packages that can be imported correctly:
* [math](https://pkg.go.dev/math)
* [math/bits](https://pkg.go.dev/math/bits)
* [math/cmplx](https://pkg.go.dev/math/cmplx)
* [sort](https://pkg.go.dev/sort)
* [strconv](https://pkg.go.dev/strconv)
* [sync/atomic](https://pkg.go.dev/sync/atomic)
* [sync](https://pkg.go.dev/sync) (partially)