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 /ssh/testdata | |
| 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 'ssh/testdata')
| -rw-r--r-- | ssh/testdata/doc.go | 2 |
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" |
