Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df92df4 commit e6983d8Copy full SHA for e6983d8
cryptorand/errors_test.go
@@ -1,3 +1,7 @@
1
+//go:build !go1.24
2
+
3
+// Testing `rand.Reader.Read` for errors will panic in Go 1.24 and later.
4
5
package cryptorand_test
6
7
import (
0 commit comments