]> Cypherpunks repositories - gostls13.git/commit
gob: finish up GobEncoder/Decoder by providing indirection
authorRob Pike <r@golang.org>
Tue, 8 Mar 2011 08:02:07 +0000 (00:02 -0800)
committerRob Pike <r@golang.org>
Tue, 8 Mar 2011 08:02:07 +0000 (00:02 -0800)
commit8c76218f8994ffc93f2fa5b72f47d9c6f69ae982
treec2296877eb7048119cf7654637352122bc91a5a1
parentc55fb521cc5ef5e555431f5ac58c0185d190f743
gob: finish up GobEncoder/Decoder by providing indirection
to the receiver. Remove lots of TODOS.

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