fix(proto): 修复包名不一致

This commit is contained in:
2021-03-26 11:55:17 +08:00
parent bb90138620
commit fbcbeca35d
5 changed files with 54 additions and 50 deletions

View File

@@ -1,4 +1,7 @@
syntax = "proto3";
syntax = "proto3";
package databoard;
option go_package = "learning/predict";
service Predict {
rpc PayDay(RequestPay) returns (ReplyPay) {}