This commit is contained in:
Gordon
2021-10-22 20:02:29 +08:00
parent 2e0cb09cdd
commit d88ba3545b
9 changed files with 31 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
syntax = "proto3";
package pbChat;//The package name to which the proto file belongs
option go_package = "chat;pbChat";//The generated go pb file is in the current directory, and the package name is pbChat
option go_package = "./chat;pbChat";//The generated go pb file is in the current directory, and the package name is pbChat
message WSToMsgSvrChatMsg{
string SendID = 1;