From 62f56c48198622139f3820e5ccea5c35df1f2895 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 09:23:01 +0000 Subject: [PATCH] style: format code with Go fmt and Gofumpt This commit fixes the style issues introduced in f52816b according to the output from Go fmt and Gofumpt. Details: None --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index ef252cd..b935eeb 100644 --- a/main.go +++ b/main.go @@ -7,13 +7,13 @@ import ( "io" "math/rand" "net/http" + "net/url" "os" "os/signal" "strings" "sync/atomic" "syscall" "time" - "net/url" "github.com/buptmiao/parallel" "github.com/corpix/uarand"