How to include protobuf in golang?

前端 未结 0 918
被撕碎了的回忆
被撕碎了的回忆 2020-12-11 21:13

So there\'s this .proto file:

syntax = "proto3";

package helloworld;

service Foo {
  rpc Bar (y) returns (x) {}
}

message y {
  string message =          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题