diff options
| author | Filippo Valsorda <filippo@golang.org> | 2021-08-11 15:43:27 -0400 |
|---|---|---|
| committer | Roland Shoemaker <roland@golang.org> | 2021-08-12 20:46:32 +0000 |
| commit | 0ba0e8f031222feafe2c6fe04ba9c3da11dd361a (patch) | |
| tree | 61c29efb67c0b9c42201107439f41c8c11466d42 /openpgp/errors/errors.go | |
| parent | a769d52b0f97a420f3dcafc17f8b3384217859a2 (diff) | |
| download | go-x-crypto-0ba0e8f031222feafe2c6fe04ba9c3da11dd361a.tar.xz | |
openpgp: mark as deprecated
Finally.
Fixes golang/go#44226
Change-Id: I73de5a49357f8891afef9094ab497f389b899943
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/341549
Trust: Filippo Valsorda <filippo@golang.org>
Run-TryBot: Filippo Valsorda <filippo@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Diffstat (limited to 'openpgp/errors/errors.go')
| -rw-r--r-- | openpgp/errors/errors.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openpgp/errors/errors.go b/openpgp/errors/errors.go index eb0550b..8a34b5a 100644 --- a/openpgp/errors/errors.go +++ b/openpgp/errors/errors.go @@ -3,6 +3,12 @@ // license that can be found in the LICENSE file. // Package errors contains common error types for the OpenPGP packages. +// +// Deprecated: this package is unmaintained except for security fixes. New +// applications should consider a more focused, modern alternative to OpenPGP +// for their specific task. If you are required to interoperate with OpenPGP +// systems and need a maintained package, consider a maintained community fork. +// See https://golang.org/issue/37497. package errors // import "golang.org/x/crypto/openpgp/errors" import ( |
