go/src/debug/dwarf
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
..
testdata debug/dwarf: fix problem with DWARF 5 and Seek method 2025-03-10 09:05:58 -07:00
attr_string.go
buf.go
class_string.go
const.go
dwarf5ranges_test.go
entry.go debug/dwarf: read DWARF 5 cu base offsets on SeekPC() path 2025-03-11 08:18:19 -07:00
entry_test.go debug/dwarf: fix problem with DWARF 5 and Seek method 2025-03-10 09:05:58 -07:00
export_test.go
line.go all: use strings.ReplaceAll where applicable 2025-04-16 12:26:29 -07:00
line_test.go all: use strings.ReplaceAll where applicable 2025-04-16 12:26:29 -07:00
open.go
tag_string.go
type.go
type_test.go
typeunit.go
unit.go debug/dwarf: fix problem with DWARF 5 and Seek method 2025-03-10 09:05:58 -07:00