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 1d7a0ea..a328749 100644 --- a/openpgp/errors/errors.go +++ b/openpgp/errors/errors.go @@ -9,7 +9,7 @@ // for their specific task. If you are required to interoperate with OpenPGP // systems and need a maintained package, consider a community fork. // See https://golang.org/issue/44226. -package errors // import "golang.org/x/crypto/openpgp/errors" +package errors import ( "strconv" |
