From a2b82c18d78cc597c7f062483dc5fc67f31ff343 Mon Sep 17 00:00:00 2001 From: visualfc Date: Sun, 19 May 2024 12:38:22 +0800 Subject: [PATCH] doc --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 03ed9f28..f575ddc9 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,9 @@ Here are some examples related to Go syntax: Here are the Go packages that can be imported correctly: * [unsafe](https://pkg.go.dev/unsafe) +* [unicode](https://pkg.go.dev/unicode) * [unicode/utf8](https://pkg.go.dev/unicode/utf8) +* [unicode/utf16](https://pkg.go.dev/unicode/utf16) ## How to install