mirror of
https://github.com/taigrr/godns
synced 2025-01-18 04:03:25 -08:00
refactor: fix code lint warnings
This commit is contained in:
parent
1ddd1dfb8b
commit
e070900b3b
@ -40,6 +40,6 @@ func TestLookupHostIPv6_ValidServer(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if result[0].String() != "2001:4860:4860::8888" {
|
if result[0].String() != "2001:4860:4860::8888" {
|
||||||
t.Error("result shoudl be: 2001:4860:4860::8888")
|
t.Error("result should be: 2001:4860:4860::8888")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user