]> Cypherpunks repositories - gostls13.git/commit
crypto/openpgp/error: use Error in names of error impl types
authorRuss Cox <rsc@golang.org>
Fri, 28 Oct 2011 02:38:32 +0000 (19:38 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 28 Oct 2011 02:38:32 +0000 (19:38 -0700)
commit6715551768cb3f5a6eadcabb197ada3f0ab77acf
treeaa100c7a4d1d6efc5e8e4db1bd79a5d39917aceb
parent8a7b2b2f7060427890143fb7263d231acf689bb3
crypto/openpgp/error: use Error in names of error impl types

Will make gofix for error work better.
There is no other indication in this file that
these are actually error implementations.

(They are only used elsewhere.)

R=bradfitz
CC=golang-dev
https://golang.org/cl/5305068
src/pkg/crypto/openpgp/error/error.go