]> Cypherpunks.ru repositories - gostls13.git/commit
make string take []byte only, so have to use *[10]byte to convert
authorRuss Cox <rsc@golang.org>
Fri, 17 Apr 2009 06:07:15 +0000 (23:07 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 17 Apr 2009 06:07:15 +0000 (23:07 -0700)
commite2bf22715dedcfcbfd8c6d7b0046529bf9b4c89d
tree14a6d7bfd625c80b30f2c4fbf0476bec45389edb
parentea12ed4fdd55fd9896066fcf0f7c6121f7d81d0c
make string take []byte only, so have to use *[10]byte to convert

R=r
DELTA=4  (0 added, 0 deleted, 4 changed)
OCL=27578
CL=27584
test/fixedbugs/bug102.go
test/ken/string.go