]> Cypherpunks repositories - gostls13.git/commit
gob: fix trivial bug in map marshaling.
authorRob Pike <r@golang.org>
Tue, 19 Apr 2011 17:41:12 +0000 (10:41 -0700)
committerRob Pike <r@golang.org>
Tue, 19 Apr 2011 17:41:12 +0000 (10:41 -0700)
commit3cb973ff65286f951f541f7ab05d98c3e7d1413e
treee194ad26239bfe03603114bf05edd63c46c9587b
parent4877c8a7909dfc47464a6eac6802496820911e07
gob: fix trivial bug in map marshaling.
Forgot to send key/value types.

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