Chore: update dependencies & fix typo
This commit is contained in:
@ -6,7 +6,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
errIPNotFound = errors.New("ip not found")
|
||||
errIPNotFound = errors.New("cannot found ip")
|
||||
)
|
||||
|
||||
// ResolveIP with a host, return ip
|
||||
|
Reference in New Issue
Block a user