修复两处导致Protobuf代码生成失败的Bug (#252)

* 移除未使用的Protobuf引用

* 修复Protobuf定义符号错误
This commit is contained in:
Mix
2021-09-27 13:56:32 +08:00
committed by GitHub
parent 60ca038724
commit 5e3c4e5816
2 changed files with 2 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ service Echo {
//
message PingRequest {
/
//
int64 time = 1;
}