]> Cypherpunks repositories - gostls13.git/commit
gob: add test for indirect maps, slices, arrays.
authorRob Pike <r@golang.org>
Thu, 6 May 2010 17:45:18 +0000 (10:45 -0700)
committerRob Pike <r@golang.org>
Thu, 6 May 2010 17:45:18 +0000 (10:45 -0700)
commit9088f9f245e432f9f87ae8cfe46b9d36dbcf1a2e
tree7ce572ebfce6bb4c9bcca5ee16a1bbf05a4c65ff
parent6dbba67214081e2df64c1c0563f483c1ae33100c
gob: add test for indirect maps, slices, arrays.
fix a bug in the handling of indirect maps.

R=rsc
CC=golang-dev
https://golang.org/cl/1132042
src/pkg/gob/codec_test.go
src/pkg/gob/decode.go