From cd189c5ac83ecf8f978c77380bb4efa5192d8dfb Mon Sep 17 00:00:00 2001 From: Tim Vaillancourt Date: Mon, 16 Dec 2024 19:43:32 +0100 Subject: [PATCH] goimports Signed-off-by: Tim Vaillancourt --- go/vt/topo/stats_conn_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/go/vt/topo/stats_conn_test.go b/go/vt/topo/stats_conn_test.go index c5ef0d15f41..730a2fc1613 100644 --- a/go/vt/topo/stats_conn_test.go +++ b/go/vt/topo/stats_conn_test.go @@ -20,6 +20,7 @@ import ( "context" "fmt" "testing" + "time" "golang.org/x/sync/semaphore"