mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-07 15:10:01 +08:00
refactor: simplify BatchError (#4292)
This commit is contained in:
@@ -94,4 +94,4 @@ else
|
||||
echo "a diff found"
|
||||
execute_command "diff -r $OLD_CODE $NEW_CODE"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
@@ -62,4 +62,4 @@ service Test_Service {
|
||||
rpc ClientStream (stream Req) returns (Reply);
|
||||
// stream
|
||||
rpc Stream(stream Req) returns (stream Reply);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -62,4 +62,4 @@ service Test_Service {
|
||||
rpc ClientStream (stream Req) returns (Reply);
|
||||
// stream
|
||||
rpc Stream(stream Req) returns (stream Reply);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user