aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/runtime/rand.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime/rand.go b/src/runtime/rand.go
index 021883dab1..a66553feeb 100644
--- a/src/runtime/rand.go
+++ b/src/runtime/rand.go
@@ -182,7 +182,6 @@ func randn(n uint32) uint32 {
// but widely used packages access it using linkname.
// Notable members of the hall of shame include:
// - github.com/bytedance/gopkg
-// - github.com/zhangyunhao116/fastrand
//
// Do not remove or change the type signature.
// See go.dev/issue/67401.