Files
coredns/plugin
Yong Tang 4e63d0be35 Enable goimports check, and fixes several imports format (#1525)
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>
2018-02-14 10:00:04 -05:00
..
2018-02-08 10:55:51 +00:00
2018-02-08 10:55:51 +00:00
2018-02-08 10:55:51 +00:00
2018-02-08 10:55:51 +00:00
2018-02-08 10:55:51 +00:00
2018-01-04 12:53:07 +00:00
2018-02-08 10:55:51 +00:00
2018-02-08 10:55:51 +00:00
2018-02-08 10:55:51 +00:00
2018-02-08 10:55:51 +00:00
2018-02-05 22:00:47 +00:00
2018-02-08 10:55:51 +00:00
2018-02-08 10:55:51 +00:00
2018-02-08 10:55:51 +00:00
2018-02-09 10:48:07 +00:00
2018-02-08 10:55:51 +00:00
2018-02-08 10:55:51 +00:00
2018-02-08 10:55:51 +00:00
2018-02-08 10:55:51 +00:00
2018-02-08 10:55:51 +00:00
2018-02-08 10:55:51 +00:00
2018-02-08 10:55:51 +00:00
2018-02-08 10:55:51 +00:00
2018-02-08 10:55:51 +00:00
2018-02-08 10:55:51 +00:00
2018-02-08 10:55:51 +00:00
2017-10-24 10:16:03 +01:00
2018-01-07 16:32:59 +00:00