1
0
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:
Timothy 2020-08-11 00:07:05 +08:00
parent 1ddd1dfb8b
commit e070900b3b
No known key found for this signature in database
GPG Key ID: DA25A2861AA0F2D1

View File

@ -40,6 +40,6 @@ func TestLookupHostIPv6_ValidServer(t *testing.T) {
}
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")
}
}