]> Cypherpunks repositories - gostls13.git/commit
gob: have errorf always prefix the message with "gob: "
authorRob Pike <r@golang.org>
Wed, 20 Apr 2011 21:22:52 +0000 (14:22 -0700)
committerRob Pike <r@golang.org>
Wed, 20 Apr 2011 21:22:52 +0000 (14:22 -0700)
commitc4cc9c282f29156cd5ed4133830c0ad379332393
treeba5a63d810c14b04c306cf60d2a13521a2e445dc
parent6e928e411bc976c247f850056a5eef7c23543901
gob: have errorf always prefix the message with "gob: "
to regularize the errors.

R=rsc
CC=golang-dev
https://golang.org/cl/4446055
src/pkg/gob/debug.go
src/pkg/gob/decode.go
src/pkg/gob/encode.go
src/pkg/gob/error.go