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

@@ -3,6 +3,7 @@ package rewrite
import (
"github.com/coredns/coredns/core/dnsserver"
"github.com/coredns/coredns/plugin"
"github.com/mholt/caddy"
)