aboutsummaryrefslogtreecommitdiff
path: root/openpgp/errors/errors.go
diff options
context:
space:
mode:
authorFilippo Valsorda <filippo@golang.org>2021-08-11 15:43:27 -0400
committerRoland Shoemaker <roland@golang.org>2021-08-12 20:46:32 +0000
commit0ba0e8f031222feafe2c6fe04ba9c3da11dd361a (patch)
tree61c29efb67c0b9c42201107439f41c8c11466d42 /openpgp/errors/errors.go
parenta769d52b0f97a420f3dcafc17f8b3384217859a2 (diff)
downloadgo-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.go6
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 (