mirror of
https://github.com/coredns/coredns.git
synced 2026-04-08 04:55:40 -04:00
lint(revive): fix unused-parameter violations (#7980)
This commit is contained in:
@@ -138,7 +138,7 @@ func TestIsNotify(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func newRequest(zone string, qtype uint16) request.Request {
|
||||
func newRequest(_zone string, _qtype uint16) request.Request {
|
||||
m := new(dns.Msg)
|
||||
m.SetQuestion("example.com.", dns.TypeA)
|
||||
m.SetEdns0(4097, true)
|
||||
|
||||
Reference in New Issue
Block a user