From 05cbbf985fed823a174bf95cc78a7d44f948fdab Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 22 May 2024 15:03:13 -0400 Subject: all: document legacy //go:linkname for modules with ≥500 dependents MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For #67401. Change-Id: I7dd28c3b01a1a647f84929d15412aa43ab0089ee Reviewed-on: https://go-review.googlesource.com/c/go/+/587575 Reviewed-by: Cherry Mui Auto-Submit: Russ Cox LUCI-TryBot-Result: Go LUCI --- src/runtime/panic.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/runtime/panic.go') diff --git a/src/runtime/panic.go b/src/runtime/panic.go index 433b54675a..2e15649092 100644 --- a/src/runtime/panic.go +++ b/src/runtime/panic.go @@ -1033,6 +1033,8 @@ func sync_fatal(s string) { // - github.com/bytedance/sonic // - github.com/cockroachdb/pebble // - github.com/dgraph-io/ristretto +// - github.com/outcaste-io/ristretto +// - gvisor.dev/gvisor // // Do not remove or change the type signature. // See go.dev/issue/67401. -- cgit v1.3-5-g9baa