aboutsummaryrefslogtreecommitdiff
path: root/src/internal/bytealg
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2024-05-22 17:09:02 -0400
committerRuss Cox <rsc@golang.org>2024-05-29 16:25:21 +0000
commit9a8995b8b6a08d5fe01122771f962b36336f8aec (patch)
tree0222395807dfced049e2602280a7f8614b2addbe /src/internal/bytealg
parenta3a584e4abad776f4b8e5cab5b5923724fdf75d9 (diff)
downloadgo-9a8995b8b6a08d5fe01122771f962b36336f8aec.tar.xz
all: document legacy //go:linkname for modules with ≥100 dependents
For #67401. Change-Id: I015408a3f437c1733d97160ef2fb5da6d4efcc5c Reviewed-on: https://go-review.googlesource.com/c/go/+/587598 Reviewed-by: Cherry Mui <cherryyz@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Russ Cox <rsc@golang.org>
Diffstat (limited to 'src/internal/bytealg')
-rw-r--r--src/internal/bytealg/compare_generic.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/bytealg/compare_generic.go b/src/internal/bytealg/compare_generic.go
index 74126ae805..204b9a9b1a 100644
--- a/src/internal/bytealg/compare_generic.go
+++ b/src/internal/bytealg/compare_generic.go
@@ -45,6 +45,7 @@ func CompareString(a, b string) int {
// 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.