diff options
| author | David Symonds <dsymonds@golang.org> | 2014-12-09 13:38:15 +1100 |
|---|---|---|
| committer | David Symonds <dsymonds@golang.org> | 2014-12-09 23:26:36 +0000 |
| commit | 1fbbd62cfec66bd39d91e97749579579d4d3037e (patch) | |
| tree | cdc94dad9c74e2755eb46fe6b1f7f05b18e07a8f /openpgp/errors/errors.go | |
| parent | 731db29863ea7213d9556d0170afb38987f401d4 (diff) | |
| download | go-x-crypto-1fbbd62cfec66bd39d91e97749579579d4d3037e.tar.xz | |
crypto: add import comments.
Change-Id: I33240faf1b8620d0cd600de661928d8e422ebdbc
Reviewed-on: https://go-review.googlesource.com/1235
Reviewed-by: Andrew Gerrand <adg@golang.org>
Diffstat (limited to 'openpgp/errors/errors.go')
| -rw-r--r-- | openpgp/errors/errors.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/errors/errors.go b/openpgp/errors/errors.go index 6c4c2f1..eb0550b 100644 --- a/openpgp/errors/errors.go +++ b/openpgp/errors/errors.go @@ -3,7 +3,7 @@ // license that can be found in the LICENSE file. // Package errors contains common error types for the OpenPGP packages. -package errors +package errors // import "golang.org/x/crypto/openpgp/errors" import ( "strconv" |
