aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal
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/cmd/internal
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/cmd/internal')
-rw-r--r--src/cmd/internal/objabi/pkgspecial.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/internal/objabi/pkgspecial.go b/src/cmd/internal/objabi/pkgspecial.go
index 94efa6883b..bf30f0cc7f 100644
--- a/src/cmd/internal/objabi/pkgspecial.go
+++ b/src/cmd/internal/objabi/pkgspecial.go
@@ -55,7 +55,6 @@ var runtimePkgs = []string{
"internal/runtime/gc/scan",
"internal/runtime/maps",
"internal/runtime/math",
- "internal/runtime/strconv",
"internal/runtime/sys",
"internal/runtime/syscall/linux",
"internal/runtime/syscall/windows",
@@ -71,6 +70,7 @@ var runtimePkgs = []string{
"internal/goexperiment",
"internal/goos",
"internal/profilerecord",
+ "internal/strconv",
"internal/stringslite",
}