]> Cypherpunks repositories - gostls13.git/commit
encoding/gob: document that Decode returns EOF at EOF
authorRob Pike <r@golang.org>
Fri, 7 Mar 2014 02:24:14 +0000 (13:24 +1100)
committerRob Pike <r@golang.org>
Fri, 7 Mar 2014 02:24:14 +0000 (13:24 +1100)
commit22c668a810ac31b83d70e9f430000a94627215b2
tree84fa9e94ff95877d0eb9547f1a316305f141040d
parentc0d4576593906e169f367e7c61d94ed37cc782b8
encoding/gob: document that Decode returns EOF at EOF

Just commentary describing existing behavior, no code changes.

Fixes #7033.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/71860043
src/pkg/encoding/gob/decoder.go