]> Cypherpunks repositories - gostls13.git/commit
- allow wire type and receive type to differ.
authorRob Pike <r@golang.org>
Fri, 17 Jul 2009 00:55:16 +0000 (17:55 -0700)
committerRob Pike <r@golang.org>
Fri, 17 Jul 2009 00:55:16 +0000 (17:55 -0700)
commit1399badb02926bb80b067a4a9ba2776343175650
treea5f6570044c45fa578f323463eec64db0684d490
parentf3ffd93a617be16585586647eb640fe44813251d
- allow wire type and receive type to differ.
- still TODO: ignoring struct fields.

R=rsc
DELTA=309  (240 added, 2 deleted, 67 changed)
OCL=31750
CL=31750
src/pkg/gob/codec_test.go
src/pkg/gob/decode.go
src/pkg/gob/decoder.go
src/pkg/gob/encoder.go
src/pkg/gob/encoder_test.go
src/pkg/gob/type.go