]> Cypherpunks repositories - gostls13.git/commit
bytes, strings: use rune
authorRuss Cox <rsc@golang.org>
Wed, 26 Oct 2011 05:22:09 +0000 (22:22 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 26 Oct 2011 05:22:09 +0000 (22:22 -0700)
commit8f5718176fdd3040d874f85fbd5c825fbd359173
tree5251110e65b4820c8e38645048fa38a5869dc317
parent0e513317b1fe148b4fd6604455bc89ecf44ed088
bytes, strings: use rune

Various rune-based APIs change.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5306044
src/pkg/bytes/buffer.go
src/pkg/bytes/buffer_test.go
src/pkg/bytes/bytes.go
src/pkg/bytes/bytes_test.go
src/pkg/strings/reader.go
src/pkg/strings/replace_test.go
src/pkg/strings/strings.go
src/pkg/strings/strings_test.go