替换gogoprotobuf为google标准库

This commit is contained in:
duanhf2012
2023-08-21 15:44:55 +08:00
parent fa6039e2cb
commit 582a0faa6f
13 changed files with 2447 additions and 8610 deletions

View File

@@ -1,6 +1,6 @@
syntax = "proto3";
package rpc;
option go_package = "./rpc";
option go_package = ".;rpc";
message NodeInfo{
int32 NodeId = 1;