aboutsummaryrefslogtreecommitdiff
path: root/plugin/rewrite/name.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/rewrite/name.go')
-rw-r--r--plugin/rewrite/name.go5
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 {