Move singleflight out of middleware/ (#217)
It is not middleware, so move it up one level. It was also use from core/ showing that indeed its use is not limited to middlewares.
This commit is contained in:
parent
9aaeef6376
commit
21ddfe8290
6 changed files with 4 additions and 4 deletions
|
@ -11,8 +11,8 @@ import (
|
|||
"github.com/miekg/coredns/middleware"
|
||||
"github.com/miekg/coredns/middleware/etcd/msg"
|
||||
"github.com/miekg/coredns/middleware/proxy"
|
||||
"github.com/miekg/coredns/middleware/singleflight"
|
||||
"github.com/miekg/coredns/middleware/test"
|
||||
"github.com/miekg/coredns/singleflight"
|
||||
|
||||
etcdc "github.com/coreos/etcd/client"
|
||||
"github.com/miekg/dns"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue