From da35ac6dcde1184f06f3c7ebf927d03dac114474 Mon Sep 17 00:00:00 2001 From: Oleg Bespalov Date: Thu, 12 Oct 2023 10:00:39 +0200 Subject: [PATCH] chore: gofumpt --- examples/grpc_server/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/grpc_server/main.go b/examples/grpc_server/main.go index 2fc75f0eaf2..81157c01459 100644 --- a/examples/grpc_server/main.go +++ b/examples/grpc_server/main.go @@ -28,11 +28,11 @@ import ( "flag" "fmt" "io" - "os" "log" "math" "math/rand" "net" + "os" "sync" "time"