]> Cypherpunks repositories - gostls13.git/commit
pass the state to the encoders and decoders so error handling can be centralized.
authorRob Pike <r@golang.org>
Tue, 30 Jun 2009 23:20:31 +0000 (16:20 -0700)
committerRob Pike <r@golang.org>
Tue, 30 Jun 2009 23:20:31 +0000 (16:20 -0700)
commit79b2cf92d98d46abeb0fbf223addc30d914056dc
treed1df802a35355f2f47f0b159ebdf8126395162d6
parentf6f825141a3c845337d82d18a002460b0d973547
pass the state to the encoders and decoders so error handling can be centralized.

R=rsc
DELTA=172  (40 added, 6 deleted, 126 changed)
OCL=30941
CL=30944
src/pkg/gob/codec_test.go
src/pkg/gob/decode.go
src/pkg/gob/encode.go