]> Cypherpunks repositories - gostls13.git/commit
add a bytes package analogous to the strings package.
authorRob Pike <r@golang.org>
Thu, 4 Jun 2009 21:41:31 +0000 (14:41 -0700)
committerRob Pike <r@golang.org>
Thu, 4 Jun 2009 21:41:31 +0000 (14:41 -0700)
commit78933226f114c5c9e6de5addd693d86a7724f2f4
treede3ca5d25929851ef1c2f24633b9f51eed95fb12
parentbd8495f9736a69d4eda07c6ddb012a5b7e7f0b10
add a bytes package analogous to the strings package.
also has Equal and Compare

R=rsc
DELTA=348  (348 added, 0 deleted, 0 changed)
OCL=29892
CL=29894
src/lib/bytes/Makefile [new file with mode: 0644]
src/lib/bytes/bytes.go [new file with mode: 0644]
src/lib/bytes/bytes_test.go [new file with mode: 0644]