]> Cypherpunks repositories - gostls13.git/commit
trivial bug: []byte is special but [3]byte is not.
authorRob Pike <r@golang.org>
Thu, 31 Dec 2009 01:47:20 +0000 (12:47 +1100)
committerRob Pike <r@golang.org>
Thu, 31 Dec 2009 01:47:20 +0000 (12:47 +1100)
commit5a443381598d9222dd171eb5e1d5593ce0ccd1e6
tree36261badf27fee8261faa296ff1392db022e7725
parentbcabc99a92f3ff7c04cf17c7467eedecfccc9cc9
trivial bug: []byte is special but [3]byte is not.
modify a test to verify the fix.

R=rsc
CC=golang-dev
https://golang.org/cl/183090
src/pkg/gob/encoder.go
src/pkg/gob/encoder_test.go