Update main.go

something that go fmt do not catch
This commit is contained in:
XoxJlopeZi4BB 2025-07-09 00:24:33 +04:00
parent 60a03874fa
commit c61a121c9a

View File

@ -71,7 +71,6 @@ func main() {
if err != nil { if err != nil {
panic(err) panic(err)
} }
}(r) }(r)
} }
wg.Wait() // to avoid exit of main goroutine wg.Wait() // to avoid exit of main goroutine