]> Cypherpunks repositories - gostls13.git/commit
gob: better debugging, commentary
authorRob Pike <r@golang.org>
Fri, 21 Jan 2011 19:28:53 +0000 (11:28 -0800)
committerRob Pike <r@golang.org>
Fri, 21 Jan 2011 19:28:53 +0000 (11:28 -0800)
commit5b5a674b4665f0ca140dd210b319356de21d9184
tree70271c7177b456aaaaffa7d60fb00aa8c95da5fb
parent5cf120827c39046c46bb2df32df2ec5d55ab59a2
gob: better debugging, commentary

Re-implement the debugging helper to be independent of the existing
implementation.  This is preparatory to a rewrite to clean up issue 1416.
Include a definition of the grammar of the data stream.

R=rsc
CC=golang-dev
https://golang.org/cl/3970045
src/pkg/gob/codec_test.go
src/pkg/gob/debug.go
src/pkg/gob/decode.go
src/pkg/gob/decoder.go
src/pkg/gob/doc.go