README: os (partially)

This commit is contained in:
xushiwei
2024-06-20 19:55:37 +08:00
parent a04fb8e7de
commit 72113991a8
2 changed files with 4 additions and 2 deletions

View File

@@ -209,9 +209,10 @@ Here are the Go packages that can be imported correctly:
* [math/bits](https://pkg.go.dev/math/bits)
* [math/cmplx](https://pkg.go.dev/math/cmplx)
* [strconv](https://pkg.go.dev/strconv)
* [syscall](https://pkg.go.dev/syscall) (partially)
* [sync](https://pkg.go.dev/sync) (partially)
* [sync/atomic](https://pkg.go.dev/sync/atomic)
* [sync](https://pkg.go.dev/sync) (partially)
* [syscall](https://pkg.go.dev/syscall) (partially)
* [os](https://pkg.go.dev/os) (partially)
## Dependencies