Merge pull request #622 from xushiwei/q

library: crypto/rand
This commit is contained in:
xushiwei
2024-07-31 10:30:20 +08:00
committed by GitHub
6 changed files with 361 additions and 0 deletions

View File

@@ -304,6 +304,7 @@ Here are the Go packages that can be imported correctly:
* [hash/crc32](https://pkg.go.dev/hash/crc32) (partially)
* [hash/crc64](https://pkg.go.dev/hash/crc64)
* [crypto/md5](https://pkg.go.dev/crypto/md5)
* [crypto/rand](https://pkg.go.dev/crypto/rand) (partially)
* [regexp](https://pkg.go.dev/regexp)
* [regexp/syntax](https://pkg.go.dev/regexp/syntax)