optimize unit test (#999)

This commit is contained in:
anqiansong
2021-09-06 14:20:21 +08:00
committed by GitHub
parent 6476da4a18
commit 84d2b64e7c
3 changed files with 10 additions and 7 deletions

View File

@@ -4,14 +4,11 @@ syntax = "proto3";
package test;
import "base/common.proto";
import "google/protobuf/any.proto";
option go_package = "github.com/test";
message Req {
string in = 1;
common.User user = 2;
google.protobuf.Any object = 4;
}
message Reply {