library: encoding/base32

This commit is contained in:
xushiwei
2024-07-30 00:30:58 +08:00
parent afdf31a66c
commit ad1a42d6a5
2 changed files with 20 additions and 1 deletions

View File

@@ -292,6 +292,7 @@ Here are the Go packages that can be imported correctly:
* [reflect](https://pkg.go.dev/reflect) (partially)
* [time](https://pkg.go.dev/time) (partially)
* [encoding/binary](https://pkg.go.dev/encoding/binary)
* [encoding/base32](https://pkg.go.dev/encoding/base32)
* [encoding/base64](https://pkg.go.dev/encoding/base64)
* [regexp](https://pkg.go.dev/regexp)
* [regexp/syntax](https://pkg.go.dev/regexp/syntax)