Browse Source

import order

Miek Gieben 7 years ago
parent
commit
09f25a7158
1 changed files with 1 additions and 0 deletions
  1. 1 0
      example.go

+ 1 - 0
example.go

@@ -7,6 +7,7 @@ import (
 	"os"
 
 	"github.com/coredns/coredns/plugin"
+
 	"github.com/miekg/dns"
 	"golang.org/x/net/context"
 )