syntax="proto3"; //版本号 package testmsg; //包名 option go_package = ".;testmsg"; message TestMessage{ string name=1; int32 age=2; string address=3; }