aboutsummaryrefslogtreecommitdiff
path: root/ssh/agent
diff options
context:
space:
mode:
Diffstat (limited to 'ssh/agent')
-rw-r--r--ssh/agent/client.go3
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 (