diff options
Diffstat (limited to 'plugin/backend.go')
-rw-r--r-- | plugin/backend.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/backend.go b/plugin/backend.go index b288f2c9a..b2d4df19e 100644 --- a/plugin/backend.go +++ b/plugin/backend.go @@ -1,12 +1,12 @@ package plugin import ( + "context" + "github.com/coredns/coredns/plugin/etcd/msg" "github.com/coredns/coredns/request" "github.com/miekg/dns" - - "context" ) // ServiceBackend defines a (dynamic) backend that returns a slice of service definitions. |