aboutsummaryrefslogtreecommitdiff
path: root/openpgp/errors/errors.go
diff options
context:
space:
mode:
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 (