1
0
mirror of https://github.com/golang/go synced 2024-10-03 06:21:21 -06:00
go/src/strings
Robert Griesemer 19c1b163e8 bytes, strings: improve documentation for Count functions
Fixes #9659.

Change-Id: If364d5984a0c9a48858ae524b1560f633e621826
Reviewed-on: https://go-review.googlesource.com/3181
Reviewed-by: Rob Pike <r@golang.org>
2015-01-22 18:28:35 +00:00
..
compare_test.go strings: add Compare(x, y string) int, for symmetry with bytes.Compare 2015-01-15 17:17:05 +00:00
compare.go strings: remove overengineered Compare implementation 2015-01-19 02:19:17 +00:00
example_test.go
export_test.go
reader_test.go
reader.go
replace_test.go
replace.go
search_test.go
search.go
strings_decl.go strings: remove overengineered Compare implementation 2015-01-19 02:19:17 +00:00
strings_test.go
strings.go bytes, strings: improve documentation for Count functions 2015-01-22 18:28:35 +00:00
strings.s