]> Cypherpunks repositories - gostls13.git/commit
support []byte (more efficient) as well as string in the interfaces.
authorRob Pike <r@golang.org>
Wed, 5 Aug 2009 22:44:45 +0000 (15:44 -0700)
committerRob Pike <r@golang.org>
Wed, 5 Aug 2009 22:44:45 +0000 (15:44 -0700)
commit3355cadf3f25f954302f42c898604c201ffbb435
tree429b7272abf335514fe8208c1e48fff251723a54
parent5a4d431dd1dbcd0a72be48a74ad6a71118ab1536
support []byte (more efficient) as well as string in the interfaces.
change the names; Match is for []byte and MatchString is for string, etc.

R=rsc
DELTA=195  (155 added, 0 deleted, 40 changed)
OCL=32800
CL=32800
src/pkg/go/doc/comment.go
src/pkg/go/doc/doc.go
src/pkg/log/log_test.go
src/pkg/net/net_test.go
src/pkg/regexp/all_test.go
src/pkg/regexp/regexp.go
src/pkg/testing/testing.go