aboutsummaryrefslogtreecommitdiff
path: root/src/internal/coverage
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2025-10-28 21:54:33 -0400
committerRuss Cox <rsc@golang.org>2025-10-29 11:00:09 -0700
commit49c1da474d68045458b9462b743e3f0f7dcefdfb (patch)
treeb44ac2cf3b548dd2e4bc3ab067614408ad0694eb /src/internal/coverage
parentb2a346bbd1e1e9cb069001cf86ef39b0dd5722f8 (diff)
downloadgo-49c1da474d68045458b9462b743e3f0f7dcefdfb.tar.xz
internal/itoa, internal/runtime/strconv: delete
Replaced by internal/strconv. Change-Id: I0656a9ad5075e60339e963fbae7d194d2f3e16be Reviewed-on: https://go-review.googlesource.com/c/go/+/716001 Reviewed-by: David Chase <drchase@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'src/internal/coverage')
-rw-r--r--src/internal/coverage/pkid.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/coverage/pkid.go b/src/internal/coverage/pkid.go
index 09501e6bd2..213a1ecfd1 100644
--- a/src/internal/coverage/pkid.go
+++ b/src/internal/coverage/pkid.go
@@ -63,12 +63,12 @@ var rtPkgs = [...]string{
"internal/runtime/exithook",
"internal/runtime/gc",
"internal/runtime/math",
- "internal/runtime/strconv",
"internal/runtime/sys",
"internal/runtime/maps",
"internal/runtime/syscall/linux",
"internal/runtime/syscall/windows",
"internal/runtime/cgroup",
+ "internal/strconv",
"internal/stringslite",
"runtime",
}