go/src/pkg/strings
Rui Ueyama de1ea5de86 strings: minor cleanup
bi is a slice and not an array, so bi[:] does not make much sense.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/79280043
2014-03-23 18:58:35 -07:00
..
example_test.go strings: Add example function for IndexAny 2013-12-16 10:50:56 -08:00
export_test.go
reader.go strings, bytes: ReadAt should not mutate receiver 2014-03-19 12:13:47 -07:00
reader_test.go
replace.go strings: minor cleanup 2014-03-23 18:58:35 -07:00
replace_test.go strings: fix Replacer bug with prefix matches 2013-10-24 15:51:19 -07:00
search.go
search_test.go
strings.go bytes, strings: use copy in Repeat 2013-08-27 09:21:08 +10:00
strings.s strings: use runtime assembly for IndexByte 2013-08-05 15:04:05 -07:00
strings_decl.go strings: use runtime assembly for IndexByte 2013-08-05 15:04:05 -07:00
strings_test.go strings, bytes: ReadAt should not mutate receiver 2014-03-19 12:13:47 -07:00