mirror of
https://github.com/coredns/coredns.git
synced 2025-10-26 15:54:16 -04:00
Extend presubmit to covert test and request (#1846)
Fix the casing *and* fix use of context as we were still referencing the non-std lib context - no wondering how this could have worked...
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
package request
|
||||
|
||||
import (
|
||||
"context"
|
||||
"net"
|
||||
"strings"
|
||||
|
||||
"github.com/coredns/coredns/plugin/pkg/edns"
|
||||
|
||||
"github.com/miekg/dns"
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
// Request contains some connection state and is useful in plugin.
|
||||
|
||||
Reference in New Issue
Block a user