aboutsummaryrefslogtreecommitdiff
path: root/plugin/header/setup.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--plugin/header/setup.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/header/setup.go b/plugin/header/setup.go
index b0e67206a..dbd4f6ed5 100644
--- a/plugin/header/setup.go
+++ b/plugin/header/setup.go
@@ -3,9 +3,9 @@ package header
import (
"fmt"
+ "github.com/coredns/caddy"
"github.com/coredns/coredns/core/dnsserver"
"github.com/coredns/coredns/plugin"
- "github.com/coredns/caddy"
)
func init() { plugin.Register("header", setup) }