diff options
| author | Ian Lance Taylor <iant@golang.org> | 2024-05-30 20:51:15 -0700 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2024-05-31 14:32:47 +0000 |
| commit | 639cc0dcc0948dd02c9d5fc12fbed730a21ebebc (patch) | |
| tree | 30c1fad38f81ed66a64f6572c105ee2ab1d7bede /src | |
| parent | 5bf8c0cf09ee5c7e5a37ab90afcce154ab716a97 (diff) | |
| download | go-639cc0dcc0948dd02c9d5fc12fbed730a21ebebc.tar.xz | |
runtime: remove zhangyunhao116/fastrand from cheaprand linkname comment
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>
Diffstat (limited to 'src')
| -rw-r--r-- | src/runtime/rand.go | 1 |
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. |
