mirror of
https://github.com/fumiama/terasu.git
synced 2026-06-21 12:50:24 +08:00
fix: make lint happy
This commit is contained in:
@@ -12,7 +12,7 @@ func TestClientGet(t *testing.T) {
|
|||||||
dns.IPv6Servers = *dns.NewEmptyList()
|
dns.IPv6Servers = *dns.NewEmptyList()
|
||||||
dns.IPv4Servers.Add(&dns.Config{
|
dns.IPv4Servers.Add(&dns.Config{
|
||||||
Fallbacks: map[string][]string{
|
Fallbacks: map[string][]string{
|
||||||
"www.whatsapp.com": {"157.240.253.60"},
|
"www.whatsapp.com": {"57.144.245.32"},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
resp, err := Get("https://www.whatsapp.com/")
|
resp, err := Get("https://www.whatsapp.com/")
|
||||||
|
|||||||
Reference in New Issue
Block a user