go/src/strings
fangguizhen 8e19929436 strings: remove redundant symbols
Change-Id: Ie3fe0274288d6cb6303acdcec1340c480e5c0b20
GitHub-Last-Rev: ce9d44619e
GitHub-Pull-Request: golang/go#57848
Reviewed-on: https://go-review.googlesource.com/c/go/+/462277
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
2023-01-17 17:24:17 +00:00
..
builder.go strings: simplify code using unsafe.StringData 2022-09-07 01:33:55 +00:00
builder_test.go strings: add a test case of growLen is negative 2022-09-13 17:39:52 +00:00
clone.go strings: simplify code using unsafe.StringData 2022-09-07 01:33:55 +00:00
clone_test.go strings: remove redundant symbols 2023-01-17 17:24:17 +00:00
compare.go
compare_test.go strings: simplify code using unsafe.StringData 2022-09-07 01:33:55 +00:00
example_test.go strings: document the use of simple case-folding in EqualFold 2022-04-02 06:48:45 +00:00
export_test.go
reader.go
reader_test.go
replace.go strings: reduce allocation for byteReplacer 2022-08-19 16:32:49 +00:00
replace_test.go
search.go
search_test.go
strings.go bytes,strings: optimize Repeat 2022-09-27 16:55:15 +00:00
strings_test.go internal/bytealg: fix bug in index function for ppc64le/power9 2022-10-31 12:52:07 +00:00