diff options
Diffstat (limited to 'ssh/agent')
| -rw-r--r-- | ssh/agent/client.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ssh/agent/client.go b/ssh/agent/client.go index 3cfe723..dbc79d5 100644 --- a/ssh/agent/client.go +++ b/ssh/agent/client.go @@ -8,7 +8,8 @@ // ssh-agent process using the sample server. // // References: -// [PROTOCOL.agent]: https://tools.ietf.org/html/draft-miller-ssh-agent-00 +// +// [PROTOCOL.agent]: https://tools.ietf.org/html/draft-miller-ssh-agent-00 package agent // import "golang.org/x/crypto/ssh/agent" import ( |
