]> Cypherpunks repositories - gostls13.git/commit
gob: fix the grammar comments to match the encoder
authorRob Pike <r@golang.org>
Sat, 22 Jan 2011 00:10:39 +0000 (16:10 -0800)
committerRob Pike <r@golang.org>
Sat, 22 Jan 2011 00:10:39 +0000 (16:10 -0800)
commit7f6ffade325818730357eed4e0b7d3bf3adc31b7
treee7b55e94582b6314366fc442d030a591512cc4b2
parent7e84666df17574adb0287aa2ae29769c71cd013e
gob: fix the grammar comments to match the encoder
(or at least a correct encoder, still to come).
Change the debug structure slightly to better represent
the grammar.
Minor tweaks for consistency in type.go.

R=rsc
CC=golang-dev
https://golang.org/cl/4007044
src/pkg/gob/debug.go
src/pkg/gob/doc.go
src/pkg/gob/type.go