aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/gob/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/gob/doc.go')
-rw-r--r--src/pkg/gob/doc.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pkg/gob/doc.go b/src/pkg/gob/doc.go
index 35d882afb7..a9284ced7f 100644
--- a/src/pkg/gob/doc.go
+++ b/src/pkg/gob/doc.go
@@ -221,6 +221,9 @@ In summary, a gob stream looks like
where * signifies zero or more repetitions and the type id of a value must
be predefined or be defined before the value in the stream.
+
+See "Gobs of data" for a design discussion of the gob wire format:
+http://blog.golang.org/2011/03/gobs-of-data.html
*/
package gob