summaryrefslogtreecommitdiffstats
path: root/modules/crypto/ssh/testdata/doc.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-09-24 18:03:08 -0400
committerUnknwon <u@gogs.io>2015-09-24 18:03:08 -0400
commite07675b4806b306606769e8534934d86dd7c7f10 (patch)
tree71f0a2c7fc23da0cec641768505dc9b449ce5817 /modules/crypto/ssh/testdata/doc.go
parent4c30caad1c45fef4361f728609d4cef8f6bc2f45 (diff)
downloadgitea-e07675b4806b306606769e8534934d86dd7c7f10.tar.gz
gitea-e07675b4806b306606769e8534934d86dd7c7f10.zip
fix test custom import path
Diffstat (limited to 'modules/crypto/ssh/testdata/doc.go')
-rwxr-xr-xmodules/crypto/ssh/testdata/doc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/crypto/ssh/testdata/doc.go b/modules/crypto/ssh/testdata/doc.go
index fcae47ca68..ae7bd8b89e 100755
--- a/modules/crypto/ssh/testdata/doc.go
+++ b/modules/crypto/ssh/testdata/doc.go
@@ -5,4 +5,4 @@
// This package contains test data shared between the various subpackages of
// the golang.org/x/crypto/ssh package. Under no circumstance should
// this data be used for production code.
-package testdata // import "golang.org/x/crypto/ssh/testdata"
+package testdata