aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/panic.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2024-05-21 23:39:35 -0400
committerGopher Robot <gobot@golang.org>2024-05-23 00:18:59 +0000
commit5fc5555feb059baaf6d3c2f0a9229b3a020716a9 (patch)
treeaafdd07175d3326bdc61d1189d9c51a67d2e88f9 /src/runtime/panic.go
parentbde905af5b11e3e34bc1f5d4846d7767f7197236 (diff)
downloadgo-5fc5555feb059baaf6d3c2f0a9229b3a020716a9.tar.xz
all: document legacy //go:linkname for modules with ≥10,000 dependents
For #67401. Change-Id: I9216f01ac4dc9d239f3f20a633fd0d5072cf0a0f Reviewed-on: https://go-review.googlesource.com/c/go/+/587219 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Russ Cox <rsc@golang.org> Reviewed-by: Cherry Mui <cherryyz@google.com>
Diffstat (limited to 'src/runtime/panic.go')
-rw-r--r--src/runtime/panic.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/panic.go b/src/runtime/panic.go
index 145b1a45b1..9a710f6edf 100644
--- a/src/runtime/panic.go
+++ b/src/runtime/panic.go
@@ -1038,6 +1038,7 @@ func sync_fatal(s string) {
// but widely used packages access it using linkname.
// Notable members of the hall of shame include:
// - github.com/bytedance/sonic
+// - github.com/dgraph-io/ristretto
//
// Do not remove or change the type signature.
// See go.dev/issue/67401.