]> Cypherpunks repositories - gostls13.git/commit
encoding/gob: fix bug in Register
authorRob Pike <r@golang.org>
Tue, 3 Jul 2012 17:05:27 +0000 (10:05 -0700)
committerRob Pike <r@golang.org>
Tue, 3 Jul 2012 17:05:27 +0000 (10:05 -0700)
commitb04bf3882b403ebba3b4c80297daa91dd56a1f85
treef85115a1e4df9057fc1b88d874994bc8a2cf1dc0
parentd9c4cef67050791892511d1c2cb653dbcb15204c
encoding/gob: fix bug in Register
The old code added a star but did not indirect the reflect.Type.

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