LGTM. Thanks. On Thu, Sep 20, 2012 at 3:07 AM, <gri@golang.org> wrote: > Reviewers: adg, ...
12 years, 7 months ago
(2012-09-19 17:10:13 UTC)
#2
LGTM. Thanks.
On Thu, Sep 20, 2012 at 3:07 AM, <gri@golang.org> wrote:
> Reviewers: adg, r,
>
> Message:
> Hello adg, r (cc: golang-dev@googlegroups.com),
>
> I'd like you to review this change to
> https://code.google.com/p/go
>
>
> Description:
> encoding/gob: fix comment
>
> Fixes issue 4100.
>
> Please review this at http://codereview.appspot.com/6535055/
>
> Affected files:
> M src/pkg/encoding/gob/doc.go
>
>
> Index: src/pkg/encoding/gob/doc.go
> ===================================================================
> --- a/src/pkg/encoding/gob/doc.go
> +++ b/src/pkg/encoding/gob/doc.go
> @@ -118,7 +118,7 @@
>
> Maps are sent as an unsigned count followed by that many key, element
> pairs. Empty but non-nil maps are sent, so if the sender has allocated
> -a map, the receiver will allocate a map even no elements are
> +a map, the receiver will allocate a map even if no elements are
> transmitted.
>
> Structs are sent as a sequence of (field number, field value) pairs. The
> field
>
>
Issue 6535055: code review 6535055: encoding/gob: fix comment
(Closed)
Created 12 years, 7 months ago by gri
Modified 12 years, 7 months ago
Reviewers:
Base URL:
Comments: 0