mirror of
https://github.com/coredns/coredns.git
synced 2025-10-31 18:23:13 -04:00
This fix enables goimports check and fixes several imports format
so that the import sections are prettier, e.g.:
```
import (
- "github.com/miekg/dns"
"regexp"
"strconv"
"strings"
+
+ "github.com/miekg/dns"
)
```
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2.0 KiB
2.0 KiB