mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
replace reviewdog fully by golangci-lint (#6139)
Signed-off-by: Ondřej Benkovský <ondrej.benkovsky@jamf.com>
This commit is contained in:
@@ -167,8 +167,9 @@ const escapeSeq = "\\"
|
||||
// for everything else.
|
||||
//
|
||||
// Example:
|
||||
// `\\052.example.com.` -> `*.example.com`
|
||||
// `\\137.example.com.` -> error ('_' is not valid)
|
||||
//
|
||||
// `\\052.example.com.` -> `*.example.com`
|
||||
// `\\137.example.com.` -> error ('_' is not valid)
|
||||
func maybeUnescape(s string) (string, error) {
|
||||
var out string
|
||||
for {
|
||||
|
||||
Reference in New Issue
Block a user