fix golint

This commit is contained in:
Cyrille Hemidy 2018-02-20 22:53:42 +01:00
parent ac076d648c
commit f81c1ab702
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ func (TestServer) EmptyCall(ctx context.Context, req *grpc_testing.Empty) (*grpc
return req, nil
}
// UnaryCall One request followed by one response.
// UnaryCall is One request followed by one response.
// The server returns the client payload as-is.
func (TestServer) UnaryCall(ctx context.Context, req *grpc_testing.SimpleRequest) (*grpc_testing.SimpleResponse, error) {
headers, trailers, failEarly, failLate := processMetadata(ctx)