幸福热狗

文章
2
资源
0
加入时间
2年10月17天

Golang中Proto编写和生成

test.proto文件 syntax = "proto3";//指定proto文件版本 package go; //指定文件缩放的package名//定义对象 message Test { enum PhoneType //枚举消息类型 { ...