mirror of
https://github.com/coredns/coredns.git
synced 2025-12-07 19:05:19 -05:00
add golangci-lint linter (#5499)
This commit is contained in:
@@ -154,7 +154,6 @@ func split255(s string) []string {
|
||||
} else {
|
||||
sx = append(sx, s[p:])
|
||||
break
|
||||
|
||||
}
|
||||
p, i = p+255, i+255
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user