]> Cypherpunks repositories - gostls13.git/commit
gob: support GobEncoder for type T when the receiver is *T.
authorRob Pike <r@golang.org>
Mon, 7 Mar 2011 20:08:31 +0000 (12:08 -0800)
committerRob Pike <r@golang.org>
Mon, 7 Mar 2011 20:08:31 +0000 (12:08 -0800)
commit22c45c558b69e7f7bdb0ec37519e02d333188da4
tree05bb3b255f421b2217fbe6f8b57230fae7d0c9e5
parent2168e6aaf1a1f6117f2523e4c4b1fcc0a117b81f
gob: support GobEncoder for type T when the receiver is *T.
Still to do: **T.

R=rsc
CC=golang-dev
https://golang.org/cl/4247061
src/pkg/gob/decode.go
src/pkg/gob/encode.go
src/pkg/gob/gobencdec_test.go
src/pkg/gob/type.go