import order

This commit is contained in:
Miek Gieben 2018-02-27 03:39:01 -08:00
parent 1193d4897b
commit 09f25a7158

View File

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