Skip to content

Commit

Permalink
Merge pull request #19 from zer-far/deepsource-transform-c3ec3b4d
Browse files Browse the repository at this point in the history
style: format code with Go fmt and Gofumpt
  • Loading branch information
zer-far authored Jan 25, 2024
2 parents d0a3018 + 6358542 commit 50dfd54
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50dfd54

Please sign in to comment.