aboutsummaryrefslogtreecommitdiff
path: root/ssh/testdata
diff options
context:
space:
mode:
authorDavid Symonds <dsymonds@golang.org>2014-12-09 13:38:15 +1100
committerDavid Symonds <dsymonds@golang.org>2014-12-09 23:26:36 +0000
commit1fbbd62cfec66bd39d91e97749579579d4d3037e (patch)
treecdc94dad9c74e2755eb46fe6b1f7f05b18e07a8f /ssh/testdata
parent731db29863ea7213d9556d0170afb38987f401d4 (diff)
downloadgo-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 'ssh/testdata')
-rw-r--r--ssh/testdata/doc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh/testdata/doc.go b/ssh/testdata/doc.go
index 4302486..3f4d74d 100644
--- a/ssh/testdata/doc.go
+++ b/ssh/testdata/doc.go
@@ -5,4 +5,4 @@
// This package contains test data shared between the various subpackages of
// the code.google.com/p/go.crypto/ssh package. Under no circumstance should
// this data be used for production code.
-package testdata
+package testdata // import "golang.org/x/crypto/ssh/testdata"