go/src/debug
Marcel Meyer 5715d73559 all: use strings.ReplaceAll where applicable
```
find . \
-not -path './.git/*' \
-not -path './test/*' \
-not -path './src/cmd/vendor/*' \
-not -wholename './src/strings/example_test.go' \
-type f \
-exec \
sed -i -E 's/strings\.Replace\((.+), -1\)/strings\.ReplaceAll\(\1\)/g' {} \;
```

Change-Id: I59e2e91b3654c41a32f17dd91ec56f250198f0d6
GitHub-Last-Rev: 0868b1eccc
GitHub-Pull-Request: golang/go#73370
Reviewed-on: https://go-review.googlesource.com/c/go/+/665395
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Robert Griesemer <gri@google.com>
2025-04-16 12:26:29 -07:00
..
buildinfo debug/buildinfo: base64-encode test binaries 2025-02-20 14:20:00 -08:00
dwarf all: use strings.ReplaceAll where applicable 2025-04-16 12:26:29 -07:00
elf debug/elf: add riscv attributes definitions 2025-03-14 15:08:23 -07:00
gosym debug/gosym: add detailed doc for text argument in NewLineTable 2024-01-25 19:43:24 +00:00
macho debug/macho: fix DWARF for section names longer than 16 chars 2024-08-30 17:51:51 +00:00
pe debug: add available godoc link 2023-10-18 19:33:30 +00:00
plan9obj debug: add available godoc link 2023-10-18 19:33:30 +00:00