chore(lint): add new linters and update codebase
- add canonicalheader - add copyloopvar - add fatcontext - add intrange
This commit is contained in:
@@ -35,7 +35,7 @@ func FetchMultiInfo(ctx context.Context, fetcher Fetcher, ips []netip.Addr) (
|
||||
}
|
||||
|
||||
results = make([]models.PublicIP, len(ips))
|
||||
for i := 0; i < len(ips); i++ {
|
||||
for range len(ips) {
|
||||
aResult := <-resultsCh
|
||||
if aResult.err != nil {
|
||||
if err == nil {
|
||||
|
||||
Reference in New Issue
Block a user