mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: document legacy //go:linkname for modules with ≥2,000 dependents
For #67401. Change-Id: I3ae93042dffd0683b7e6d6225536ae667749515b Reviewed-on: https://go-review.googlesource.com/c/go/+/587221 Reviewed-by: Cherry Mui <cherryyz@google.com> Auto-Submit: Russ Cox <rsc@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
parent
9a3ef86173
commit
519b0116a1
14 changed files with 103 additions and 8 deletions
|
|
@ -1031,6 +1031,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/cockroachdb/pebble
|
||||
// - github.com/dgraph-io/ristretto
|
||||
//
|
||||
// Do not remove or change the type signature.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue