]> Cypherpunks repositories - gostls13.git/commit
gob: use pointers in bootstrapType so interfaces behave properly
authorRob Pike <r@golang.org>
Tue, 22 Mar 2011 18:43:00 +0000 (11:43 -0700)
committerRob Pike <r@golang.org>
Tue, 22 Mar 2011 18:43:00 +0000 (11:43 -0700)
commit544cf759040667768348ea516bcb2f72b08e573f
treee982d7967d02b1b6a506df530715cf7cacea1c95
parent6684d5503ac0045efd740dc1b7649577f81654a1
gob: use pointers in bootstrapType so interfaces behave properly
and don't lead to a nil reflect.Type.
Fixes #1626.

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