plugin/rewrite: cleanup (#1916)

delete unused tests and fix import lines.

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben
2018-06-30 21:55:38 +01:00
committed by GitHub
parent 9d555ab8d2
commit 0a43306871
5 changed files with 4 additions and 112 deletions

View File

@@ -8,6 +8,7 @@ import (
"strings"
"github.com/coredns/coredns/plugin"
"github.com/miekg/dns"
)