]> Cypherpunks repositories - gostls13.git/commit
fix comment on strings.LastIndex.
authorRuss Cox <rsc@golang.org>
Mon, 12 Oct 2009 17:09:35 +0000 (10:09 -0700)
committerRuss Cox <rsc@golang.org>
Mon, 12 Oct 2009 17:09:35 +0000 (10:09 -0700)
commit10c7d19e0760c8d867dcd87ee2efc7b7a538b3c5
tree8fb20b6f0ebab58fce3d0ad6363f4c844e1654cd
parentd0aac0ace143e7936e914a49323193e15136dbee
fix comment on strings.LastIndex.
add bytes.LastIndex.
add strings.Reader.

R=r
DELTA=59  (56 added, 0 deleted, 3 changed)
OCL=35585
CL=35601
src/pkg/Make.deps
src/pkg/bytes/bytes.go
src/pkg/strings/Makefile
src/pkg/strings/reader.go [new file with mode: 0644]
src/pkg/strings/strings.go