diff options
| author | Roland Shoemaker <roland@golang.org> | 2021-08-13 08:57:38 -0700 |
|---|---|---|
| committer | Roland Shoemaker <roland@golang.org> | 2021-08-13 21:11:28 +0000 |
| commit | 0a44fdfbc16e146f50e5fb8823fcc5ac186049b2 (patch) | |
| tree | a5f6fd07c40b8ed2944e77aef656e633a03ff461 /openpgp/errors/errors.go | |
| parent | 0ba0e8f031222feafe2c6fe04ba9c3da11dd361a (diff) | |
| download | go-x-crypto-0a44fdfbc16e146f50e5fb8823fcc5ac186049b2.tar.xz | |
openpgp: fix deprecation message
Fixes the referenced issue and removes an unnecessary word.
Change-Id: Icbf8bd26bccbc603e7dd360d817900ac2ca63a69
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/342049
Trust: Roland Shoemaker <roland@golang.org>
Run-TryBot: Roland Shoemaker <roland@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'openpgp/errors/errors.go')
| -rw-r--r-- | openpgp/errors/errors.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openpgp/errors/errors.go b/openpgp/errors/errors.go index 8a34b5a..1d7a0ea 100644 --- a/openpgp/errors/errors.go +++ b/openpgp/errors/errors.go @@ -7,8 +7,8 @@ // 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. +// 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" import ( |
