From 9a8995b8b6a08d5fe01122771f962b36336f8aec Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 22 May 2024 17:09:02 -0400 Subject: all: document legacy //go:linkname for modules with ≥100 dependents MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For #67401. Change-Id: I015408a3f437c1733d97160ef2fb5da6d4efcc5c Reviewed-on: https://go-review.googlesource.com/c/go/+/587598 Reviewed-by: Cherry Mui LUCI-TryBot-Result: Go LUCI Auto-Submit: Russ Cox --- src/runtime/atomic_pointer.go | 1 + 1 file changed, 1 insertion(+) (limited to 'src/runtime/atomic_pointer.go') diff --git a/src/runtime/atomic_pointer.go b/src/runtime/atomic_pointer.go index 9711fb208b..df067ede77 100644 --- a/src/runtime/atomic_pointer.go +++ b/src/runtime/atomic_pointer.go @@ -22,6 +22,7 @@ import ( // but widely used packages access it using linkname. // Notable members of the hall of shame include: // - github.com/bytedance/gopkg +// - github.com/songzhibin97/gkit // // Do not remove or change the type signature. // See go.dev/issue/67401. -- cgit v1.3-5-g9baa