]> Cypherpunks repositories - gostls13.git/commit
internal/itoa, internal/runtime/strconv: delete
authorRuss Cox <rsc@golang.org>
Wed, 29 Oct 2025 01:54:33 +0000 (21:54 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 29 Oct 2025 18:00:09 +0000 (11:00 -0700)
commit49c1da474d68045458b9462b743e3f0f7dcefdfb
treeb44ac2cf3b548dd2e4bc3ab067614408ad0694eb
parentb2a346bbd1e1e9cb069001cf86ef39b0dd5722f8
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>
40 files changed:
src/cmd/internal/objabi/pkgspecial.go
src/go/build/deps_test.go
src/internal/coverage/pkid.go
src/internal/itoa/itoa.go [deleted file]
src/internal/itoa/itoa_test.go [deleted file]
src/internal/poll/fd_io_plan9.go
src/internal/poll/fd_unix.go
src/internal/runtime/cgroup/cgroup_linux.go
src/internal/runtime/strconv/atoi.go [deleted file]
src/internal/runtime/strconv/atoi_test.go [deleted file]
src/net/dnsclient.go
src/net/dnsclient_unix.go
src/net/interface.go
src/net/interface_plan9.go
src/net/ip.go
src/net/ipsock_plan9.go
src/net/lookup_plan9.go
src/net/netip/netip.go
src/net/tcpsock.go
src/net/tcpsockopt_plan9.go
src/net/udpsock.go
src/os/exec_plan9.go
src/os/exec_posix.go
src/os/executable_plan9.go
src/os/signal/signal_plan9_test.go
src/os/tempfile.go
src/reflect/value.go
src/runtime/mgcpacer.go
src/runtime/os_linux.go
src/runtime/proc.go
src/runtime/runtime1.go
src/runtime/string.go
src/syscall/exec_linux.go
src/syscall/exec_plan9.go
src/syscall/syscall_js.go
src/syscall/syscall_linux.go
src/syscall/syscall_unix.go
src/syscall/syscall_wasip1.go
src/syscall/syscall_windows.go
src/time/zoneinfo_js.go