diff options
author | Unknwon <u@gogs.io> | 2015-09-24 18:03:08 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-24 18:03:08 -0400 |
commit | e07675b4806b306606769e8534934d86dd7c7f10 (patch) | |
tree | 71f0a2c7fc23da0cec641768505dc9b449ce5817 /modules/crypto/ssh/agent/client.go | |
parent | 4c30caad1c45fef4361f728609d4cef8f6bc2f45 (diff) |
fix test custom import path
Diffstat (limited to 'modules/crypto/ssh/agent/client.go')
-rwxr-xr-x | modules/crypto/ssh/agent/client.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/crypto/ssh/agent/client.go b/modules/crypto/ssh/agent/client.go index 1b50d756..99e30990 100755 --- a/modules/crypto/ssh/agent/client.go +++ b/modules/crypto/ssh/agent/client.go @@ -8,7 +8,7 @@ References: [PROTOCOL.agent]: http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/PROTOCOL.agent?rev=HEAD */ -package agent // import "golang.org/x/crypto/ssh/agent" +package agent import ( "bytes" |