refactor(style): error str shouldnt be capitalized
This commit is contained in:
parent
ffd1b3a771
commit
dc4e490497
@ -224,7 +224,7 @@ later for more advanced use cases.
|
|||||||
}
|
}
|
||||||
|
|
||||||
if string(ipv4) == "" {
|
if string(ipv4) == "" {
|
||||||
return fmt.Errorf("Unable to retrieve ipv4 address for %s", host)
|
return fmt.Errorf("unable to retrieve ipv4 address for %s", host)
|
||||||
}
|
}
|
||||||
|
|
||||||
ctx := context.Background()
|
ctx := context.Background()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user