1
0
mirror of https://github.com/golang/go synced 2024-10-05 07:11:22 -06:00
go/src/strings
Rob Pike cb20146097 strings: mention UTF-8 in the package comment.
Also add a reference to the strings blog post.

Fixes #11045.

Change-Id: Ic0a8908cbd7b51a36d104849fa0e8abfd54de2b9
Reviewed-on: https://go-review.googlesource.com/10662
Reviewed-by: Andrew Gerrand <adg@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2015-06-03 19:28:41 +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 bytes, strings: add Reader.Size methods 2015-04-06 08:53:47 +00:00
reader.go bytes, strings: add Reader.Size methods 2015-04-06 08:53:47 +00:00
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 bytes, strings: add LastIndexByte 2015-04-30 07:13:18 +00:00
strings.go strings: mention UTF-8 in the package comment. 2015-06-03 19:28:41 +00:00
strings.s