diff options
Diffstat (limited to 'plugin/rewrite/name.go')
-rw-r--r-- | plugin/rewrite/name.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugin/rewrite/name.go b/plugin/rewrite/name.go index 6d7a02632..6cbe9d327 100644 --- a/plugin/rewrite/name.go +++ b/plugin/rewrite/name.go @@ -2,11 +2,12 @@ package rewrite import ( "fmt" - "github.com/coredns/coredns/plugin" - "github.com/miekg/dns" "regexp" "strconv" "strings" + + "github.com/coredns/coredns/plugin" + "github.com/miekg/dns" ) type nameRule struct { |