From 6358542a61e56c5f250328f1e083fb6955446325 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 19:44:45 +0000 Subject: [PATCH] style: format code with Go fmt and Gofumpt This commit fixes the style issues introduced in 0f00be7 according to the output from Go fmt and Gofumpt. Details: None --- main.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/main.go b/main.go index b77c742..cb0bab6 100644 --- a/main.go +++ b/main.go @@ -44,14 +44,14 @@ var ( "https://www.usatoday.com/search/results?q=", } - reset = "\033[0m" - red = "\033[31m" - green = "\033[32m" - blue = "\033[34m" - cyan = "\033[36m" + reset = "\033[0m" + red = "\033[31m" + green = "\033[32m" + blue = "\033[34m" + cyan = "\033[36m" yellow = "\033[33m" - target string + target string paramJoiner string reqCount uint64 threads int