From 298831d987978cee83b74d03a7fbfbc2a8487ca8 Mon Sep 17 00:00:00 2001 From: xushiwei Date: Tue, 18 Jun 2024 00:10:21 +0800 Subject: [PATCH] README: sync (partially) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e0dd75b7..3989f3c9 100644 --- a/README.md +++ b/README.md @@ -208,6 +208,7 @@ Here are the Go packages that can be imported correctly: * [unicode/utf16](https://pkg.go.dev/unicode/utf16) * [math/bits](https://pkg.go.dev/math/bits) * [math](https://pkg.go.dev/math) +* [sync](https://pkg.go.dev/sync) (partially) * [sync/atomic](https://pkg.go.dev/sync/atomic) (partially)