Open chengfang opened 10 months ago
in client/client.go, the following if-else branches contain the identical logic and should be combined:
if err == context.DeadlineExceeded { return nil, err } return nil, err
in client/client.go, the following if-else branches contain the identical logic and should be combined: