From c1868464630d4dd55583727eee2a619c0f89e868 Mon Sep 17 00:00:00 2001 From: xushiwei Date: Fri, 2 Aug 2024 14:27:10 +0800 Subject: [PATCH] README: io/ioutil --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c990e7a..22db1411 100644 --- a/README.md +++ b/README.md @@ -277,6 +277,7 @@ Here are the Go packages that can be imported correctly: * [context](https://pkg.go.dev/context) * [io](https://pkg.go.dev/io) * [io/fs](https://pkg.go.dev/io/fs) +* [io/ioutil](https://pkg.go.dev/io/ioutil) * [log](https://pkg.go.dev/log) * [flag](https://pkg.go.dev/flag) * [sort](https://pkg.go.dev/sort)