oops again
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
grumbulon 2022-12-15 19:29:34 -05:00
parent cfc4d09003
commit 252e95ee2d

View file

@ -13,7 +13,6 @@ import (
)
func (message *Message) displayQuestion(msg *dns.Msg, opts *util.Options, opt *dns.OPT) error {
var (
name string
err error
@ -40,7 +39,6 @@ func (message *Message) displayQuestion(msg *dns.Msg, opts *util.Options, opt *d
}
func (message *Message) displayAnswers(msg *dns.Msg, opts *util.Options, opt *dns.OPT) error {
var (
ttl any
name string
@ -84,7 +82,6 @@ func (message *Message) displayAnswers(msg *dns.Msg, opts *util.Options, opt *dn
}
func (message *Message) displayAuthority(msg *dns.Msg, opts *util.Options, opt *dns.OPT) error {
var (
ttl any
name string
@ -128,7 +125,6 @@ func (message *Message) displayAuthority(msg *dns.Msg, opts *util.Options, opt *
}
func (message *Message) displayAdditional(msg *dns.Msg, opts *util.Options, opt *dns.OPT) error {
var (
ttl any
name string