diff options
Diffstat (limited to 'src/pkg/crypto/openpgp/read.go')
-rw-r--r-- | src/pkg/crypto/openpgp/read.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/crypto/openpgp/read.go b/src/pkg/crypto/openpgp/read.go index ac6998f0d..4f84dff82 100644 --- a/src/pkg/crypto/openpgp/read.go +++ b/src/pkg/crypto/openpgp/read.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// This openpgp package implements high level operations on OpenPGP messages. +// Package openpgp implements high level operations on OpenPGP messages. package openpgp import ( |