From a8dddc81f1ac6efc8745e71e7a583e7367195ac3 Mon Sep 17 00:00:00 2001 From: xushiwei Date: Thu, 15 Aug 2024 22:08:21 +0800 Subject: [PATCH] README: net/textproto --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b586c2ed..913adfe2 100644 --- a/README.md +++ b/README.md @@ -303,6 +303,7 @@ Here are the Go packages that can be imported correctly: * [encoding/base32](https://pkg.go.dev/encoding/base32) * [encoding/base64](https://pkg.go.dev/encoding/base64) * [encoding/csv](https://pkg.go.dev/encoding/csv) +* [net/textproto](https://pkg.go.dev/net/textproto) * [hash](https://pkg.go.dev/hash) * [hash/adler32](https://pkg.go.dev/hash/adler32) * [hash/crc32](https://pkg.go.dev/hash/crc32) (partially)