]> Cypherpunks repositories - gostls13.git/commit
gob: fix handling of indirect receivers for GobDecoders.
authorRob Pike <r@golang.org>
Fri, 15 Apr 2011 00:26:12 +0000 (17:26 -0700)
committerRob Pike <r@golang.org>
Fri, 15 Apr 2011 00:26:12 +0000 (17:26 -0700)
commitc94f5fb0baa62497a7d440e7537632ac92c090c6
treea9594c33bf32a9a3b98f028cb771c3fa6f5e1b68
parent17bd39e7d90f05e68519d4e10a833f61abce7eee
gob: fix handling of indirect receivers for GobDecoders.
The previous code was just wrong. Let's not talk about it.
Passes iant's new test.

R=rsc, iant, iant2
CC=golang-dev
https://golang.org/cl/4396053
src/pkg/gob/decode.go