]> Cypherpunks repositories - gostls13.git/commit
gob: must register basic types to store them in interfaces.
authorRob Pike <r@golang.org>
Wed, 27 Oct 2010 00:07:39 +0000 (17:07 -0700)
committerRob Pike <r@golang.org>
Wed, 27 Oct 2010 00:07:39 +0000 (17:07 -0700)
commitf437d4d356ad5a8701395bf3623aadee00b90acc
treea96b7276b0719ff688e5da549c88d45f54d7d92d
parent3bb036958c8487a3f2fb1684dd7eb7278a144d55
gob: must register basic types to store them in interfaces.
Fixes #1230.

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