]> Cypherpunks repositories - gostls13.git/commit
encoding/gob: catch internal error when it happens
authorRob Pike <r@golang.org>
Thu, 16 Feb 2012 20:07:53 +0000 (07:07 +1100)
committerRob Pike <r@golang.org>
Thu, 16 Feb 2012 20:07:53 +0000 (07:07 +1100)
commite574480ed14c1ec6e976f8df18bd63d51801f8b7
tree67a10fe13ff47ffdbe4aaf5cacccf351ce192c04
parent3e7d804749f02fc4c4eac2194252a665c9aa30c8
encoding/gob: catch internal error when it happens
It was being skipped due to an oversight.
Also adjust naming parameters for map type construction - makes debugging easier.
Prelude to issue 3026.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5674071
src/pkg/encoding/gob/decode.go