]> Cypherpunks repositories - gostls13.git/commit
gob: when sending an interface value, indirect down to the
authorRob Pike <r@golang.org>
Fri, 5 Nov 2010 17:36:27 +0000 (10:36 -0700)
committerRob Pike <r@golang.org>
Fri, 5 Nov 2010 17:36:27 +0000 (10:36 -0700)
commit9f7f69d3002e585ace16c868d3cbf62f4d1203d6
tree8a8f7ce06b11e7cfc461f655006b774dd5f3ec40
parent836529a63ccd8fcc15eeae32d8efb041fc218eef
gob: when sending an interface value, indirect down to the
underlying type; otherwise encoding fails when sending
a pointer value.

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