error strings should not be capitalized

Signed-off-by: Zechun Chen <zechun.chen@daocloud.io>
This commit is contained in:
Zechun Chen
2023-02-15 14:30:36 +08:00
parent 4b80a2be96
commit 39bac0dbef
4 changed files with 11 additions and 11 deletions

View File

@@ -49,7 +49,7 @@ func init() {
localClient, ok := i.(*Local)
if !ok {
return nil, errors.New("Could not create a local client for introspection service")
return nil, errors.New("could not create a local client for introspection service")
}
localClient.UpdateLocal(ic.Root)