diff options
| author | Fazlul Shahriar <fshahriar@gmail.com> | 2012-03-27 14:40:42 -0400 |
|---|---|---|
| committer | Adam Langley <agl@golang.org> | 2012-03-27 14:40:42 -0400 |
| commit | df1b4d2fcd21fb05d2ac65176e2a4243c201a920 (patch) | |
| tree | b94577b42cd82c8de6c2e64f534e9b9c2cebca5e /ssh/client_auth_test.go | |
| parent | 452b645a3774c8c9b9311b4c1cb974ccbf5ad003 (diff) | |
| download | go-x-crypto-df1b4d2fcd21fb05d2ac65176e2a4243c201a920.tar.xz | |
go.crypto/ssh: fix example in documentation
R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/5905048
Diffstat (limited to 'ssh/client_auth_test.go')
| -rw-r--r-- | ssh/client_auth_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh/client_auth_test.go b/ssh/client_auth_test.go index 0df51c3..c1c57ba 100644 --- a/ssh/client_auth_test.go +++ b/ssh/client_auth_test.go @@ -58,7 +58,7 @@ y2VdEyF7DPCZewIhAI7GOI/6LDIFOvtPo6Bj2nNmyQ1HU6k/LRtNIXi4c9NJAiAr rrxx26itVhJmcvoUhOjwuzSlP2bE5VHAvkGB352YBg== -----END RSA PRIVATE KEY-----` -// keychain implements the ClientPublickey interface +// keychain implements the ClientKeyring interface type keychain struct { keys []interface{} } |
