1
0
mirror of https://github.com/golang/go synced 2024-11-15 09:30:33 -07:00
go/src/database/sql
Russ Cox 2a7ca156b8 all: document legacy //go:linkname for final round of modules
Add linknames for most modules with ≥50 dependents.
Add linknames for a few other modules that we know
are important but are below 50.

Remove linknames from badlinkname.go that do not merit
inclusion (very small number of dependents).
We can add them back later if the need arises.

Fixes #67401. (For now.)

Change-Id: I1e49fec0292265256044d64b1841d366c4106002
Reviewed-on: https://go-review.googlesource.com/c/go/+/587756
Auto-Submit: Russ Cox <rsc@golang.org>
TryBot-Bypass: Russ Cox <rsc@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
2024-05-29 17:58:53 +00:00
..
driver
convert_test.go database/sql: avoid clobbering driver-owned memory in RawBytes 2024-04-10 20:23:22 +00:00
convert.go all: document legacy //go:linkname for final round of modules 2024-05-29 17:58:53 +00:00
ctxutil.go
doc.txt database/sql: fix typo in comment 2024-03-22 06:48:08 +00:00
example_cli_test.go
example_service_test.go database/sql: add error check 2024-02-28 20:21:26 +00:00
example_test.go
fakedb_test.go database/sql: use slices to simplify the code 2024-04-01 12:38:07 +00:00
sql_test.go std: fix calls to Printf(s) with non-constant s 2024-05-23 18:42:28 +00:00
sql.go all: document legacy //go:linkname for modules with ≥500 dependents 2024-05-23 01:16:53 +00:00