From 1fbbd62cfec66bd39d91e97749579579d4d3037e Mon Sep 17 00:00:00 2001 From: David Symonds Date: Tue, 9 Dec 2014 13:38:15 +1100 Subject: crypto: add import comments. Change-Id: I33240faf1b8620d0cd600de661928d8e422ebdbc Reviewed-on: https://go-review.googlesource.com/1235 Reviewed-by: Andrew Gerrand --- openpgp/errors/errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openpgp/errors/errors.go') 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" -- cgit v1.3-5-g9baa