plugin/template: small tweaks (#1366)

Small README updates, and fallthrough fixes (using less code)
This commit is contained in:
Miek Gieben
2018-01-09 21:48:32 +00:00
committed by GitHub
parent 0091e1c9dc
commit a19ea63d3a
5 changed files with 46 additions and 51 deletions

View File

@@ -6,8 +6,8 @@ import (
"github.com/coredns/coredns/core/dnsserver"
"github.com/coredns/coredns/plugin"
"github.com/coredns/coredns/plugin/metrics"
"github.com/mholt/caddy"
"github.com/mholt/caddy"
"github.com/prometheus/client_golang/prometheus"
)