From 7b82a4e95df4499652dca2c0d4185de9fffbdc8f Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 11 Apr 2022 13:06:45 -0400 Subject: all: gofmt Gofmt to update doc comments to the new formatting. For golang/go#51082. Change-Id: I076031b6613691eefbb0f21739366e3fd2011ec9 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/399356 Run-TryBot: Russ Cox TryBot-Result: Gopher Robot Auto-Submit: Russ Cox Reviewed-by: Ian Lance Taylor --- ssh/agent/client.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ssh/agent/client.go') 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 ( -- cgit v1.3