diff options
Diffstat (limited to 'openpgp/errors/errors.go')
| -rw-r--r-- | openpgp/errors/errors.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/errors/errors.go b/openpgp/errors/errors.go index 6c4c2f1..eb0550b 100644 --- a/openpgp/errors/errors.go +++ b/openpgp/errors/errors.go @@ -3,7 +3,7 @@ // license that can be found in the LICENSE file. // Package errors contains common error types for the OpenPGP packages. -package errors +package errors // import "golang.org/x/crypto/openpgp/errors" import ( "strconv" |
