fix(proto): 修复包名不一致
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
syntax = "proto3";
|
||||
syntax = "proto3";
|
||||
|
||||
package databoard;
|
||||
option go_package = "learning/predict";
|
||||
|
||||
service Predict {
|
||||
rpc PayDay(RequestPay) returns (ReplyPay) {}
|
||||
|
||||
Reference in New Issue
Block a user