]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: remove zhangyunhao116/fastrand from cheaprand linkname comment
authorIan Lance Taylor <iant@golang.org>
Fri, 31 May 2024 03:51:15 +0000 (20:51 -0700)
committerGopher Robot <gobot@golang.org>
Fri, 31 May 2024 14:32:47 +0000 (14:32 +0000)
As of version 0.5.0 and Go 1.22 it no longer linknames cheaprand.

Fixes #67709

Change-Id: Ie00900e6428244fa1506bc509c265c10dc322f7a
Reviewed-on: https://go-review.googlesource.com/c/go/+/589555
Auto-Submit: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>

src/runtime/rand.go

index 021883dab1b128334c5355ed8eb8026126034452..a66553feebe3edc19f8ffaa347d843685d46cf3a 100644 (file)
@@ -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.