mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
run gofmt -w -s **/*.go (#3126)
format and simplify; highlighted some stuff in route53_test.go that could be further simplified. Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
@@ -43,7 +43,7 @@ func main() {
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
||||
|
||||
// sort it and format it
|
||||
list := []string{}
|
||||
for k := range o {
|
||||
|
||||
Reference in New Issue
Block a user