From 4d88c0711a364064aaba84437e460a95b7d3579b Mon Sep 17 00:00:00 2001 From: Wade Simmons Date: Mon, 18 Dec 2023 21:04:05 -0500 Subject: [PATCH] gofmt --- handshake_manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handshake_manager.go b/handshake_manager.go index 6176356..e49b9ba 100644 --- a/handshake_manager.go +++ b/handshake_manager.go @@ -7,8 +7,8 @@ import ( "encoding/binary" "errors" "net" - "time" "sync" + "time" "github.com/rcrowley/go-metrics" "github.com/sirupsen/logrus"