mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-02-03 00:38:40 +08:00
parent
8ffc392c66
commit
3022f93b6d
@ -92,7 +92,7 @@ func (c *client) dial(server string, opts ...ClientOption) error {
|
||||
service = server[pos+1:]
|
||||
}
|
||||
}
|
||||
return fmt.Errorf("rpc dial: %s, error: %s, make sure rpc service %q is alread started",
|
||||
return fmt.Errorf("rpc dial: %s, error: %s, make sure rpc service %q is already started",
|
||||
server, err.Error(), service)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user