]> Cypherpunks repositories - gostls13.git/commit
arrays, not slices, and only with non-pointer elements.
authorRob Pike <r@golang.org>
Thu, 2 Jul 2009 23:43:46 +0000 (16:43 -0700)
committerRob Pike <r@golang.org>
Thu, 2 Jul 2009 23:43:46 +0000 (16:43 -0700)
commit0c33d4353ef6be546e75737dc714174bba1b60fc
tree1179ce23b44f8176bf9e2d8464fc7c962f38421d
parent29e6eb21ec48a06a8671328055acb0f5627d5049
arrays, not slices, and only with non-pointer elements.
(actually slices encode but do not decode yet)

R=rsc
DELTA=221  (82 added, 65 deleted, 74 changed)
OCL=31095
CL=31095
src/pkg/gob/codec_test.go
src/pkg/gob/decode.go
src/pkg/gob/encode.go