]> Cypherpunks repositories - gostls13.git/commit
encoding/gob: document CommonType
authorRob Pike <r@golang.org>
Tue, 7 Feb 2012 05:15:55 +0000 (16:15 +1100)
committerRob Pike <r@golang.org>
Tue, 7 Feb 2012 05:15:55 +0000 (16:15 +1100)
commit9ce23548cb74fd7832794bc4d510c7fb7c379c62
treedb9eb5df8e879516637d9f3a54cf6872318d400a
parent749f228cbd413da4f9ae0ea28c5271f3a45c3c1f
encoding/gob: document CommonType
Also bring the names in doc.go in line with the source.
More radical resolutions are possible but require substantial internal
changes for very little benefit. Fixing it this way lets us keep the
embedding, which has a huge simplifying effect, and guarantees
binary compatibility.

Fixes #2848.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5644045
src/pkg/encoding/gob/doc.go
src/pkg/encoding/gob/type.go