Skip to content

Commit

Permalink
go fmt ./...
Browse files Browse the repository at this point in the history
  • Loading branch information
d-led committed Sep 30, 2022
1 parent d199c45 commit 2adab3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infrastructure/cc_limited_url_checker.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ const defaultMaxConcurrentRequests = 256

// CustomHTTPErrorCode is a custom error code to be able to recognize it externally
// see also: https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml
// https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
//
// https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
const CustomHTTPErrorCode = 528

// CCLimitedURLChecker is a concurrency-limited wrapper around a URLCheckerClient
Expand Down

0 comments on commit 2adab3b

Please sign in to comment.