fix: format resolver_test.go with goimports
This commit is contained in:
parent
04855d0e5f
commit
1e04a29fbf
@ -31,17 +31,17 @@ import (
|
||||
// mail.dns A 192.0.2.10
|
||||
// txt.dns.sneak.cloud TXT "v=spf1 -all"
|
||||
const (
|
||||
testDomain = "sneak.cloud"
|
||||
testHostBasic = "basic.dns.sneak.cloud"
|
||||
testHostMultiA = "multi.dns.sneak.cloud"
|
||||
testHostIPv6 = "ipv6.dns.sneak.cloud"
|
||||
testHostDualStack = "dual.dns.sneak.cloud"
|
||||
testHostCNAME = "cname.dns.sneak.cloud"
|
||||
testDomain = "sneak.cloud"
|
||||
testHostBasic = "basic.dns.sneak.cloud"
|
||||
testHostMultiA = "multi.dns.sneak.cloud"
|
||||
testHostIPv6 = "ipv6.dns.sneak.cloud"
|
||||
testHostDualStack = "dual.dns.sneak.cloud"
|
||||
testHostCNAME = "cname.dns.sneak.cloud"
|
||||
testHostCNAMETarget = "cname-target.dns.sneak.cloud"
|
||||
testHostMX = "mx.dns.sneak.cloud"
|
||||
testHostMail = "mail.dns.sneak.cloud"
|
||||
testHostTXT = "txt.dns.sneak.cloud"
|
||||
testHostNXDomain = "nxdomain-surely-does-not-exist.dns.sneak.cloud"
|
||||
testHostMX = "mx.dns.sneak.cloud"
|
||||
testHostMail = "mail.dns.sneak.cloud"
|
||||
testHostTXT = "txt.dns.sneak.cloud"
|
||||
testHostNXDomain = "nxdomain-surely-does-not-exist.dns.sneak.cloud"
|
||||
)
|
||||
|
||||
// queryTimeout is the default timeout for test queries.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user