From c61a121c9a63c2a7ba5e79af69b07deab2ef938b Mon Sep 17 00:00:00 2001 From: XoxJlopeZi4BB Date: Wed, 9 Jul 2025 00:24:33 +0400 Subject: [PATCH] Update main.go something that go fmt do not catch --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index 31e1f77..8c60ffb 100644 --- a/main.go +++ b/main.go @@ -71,7 +71,6 @@ func main() { if err != nil { panic(err) } - }(r) } wg.Wait() // to avoid exit of main goroutine