From b018d8712efd4f4cb437952e966bd0e36a00eb7b Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 22 Oct 2020 14:45:45 +0800 Subject: [PATCH] 1 --- server/tools/protobuild/mt.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/tools/protobuild/mt.proto b/server/tools/protobuild/mt.proto index d30edec..67dcced 100644 --- a/server/tools/protobuild/mt.proto +++ b/server/tools/protobuild/mt.proto @@ -1,5 +1,7 @@ package mt; +option go_package = ".;mt"; + message ServerInfo { optional int32 instance_id = 1;