library: hash, hash/crc64

This commit is contained in:
xushiwei
2024-07-30 18:26:33 +08:00
parent bdca09007d
commit aae7af2194
3 changed files with 14 additions and 1 deletions

View File

@@ -297,6 +297,8 @@ 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)
* [hash](https://pkg.go.dev/hash)
* [hash/crc64](https://pkg.go.dev/hash/crc64)
* [crypto/md5](https://pkg.go.dev/crypto/md5)
* [regexp](https://pkg.go.dev/regexp)
* [regexp/syntax](https://pkg.go.dev/regexp/syntax)