diff --git a/src/proto/auth/auth.proto b/src/proto/auth/auth.proto index 94c664125..21b82ff40 100644 --- a/src/proto/auth/auth.proto +++ b/src/proto/auth/auth.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package pbAuth; -option go_package = "auth;pbAuth"; +option go_package = "./auth;pbAuth"; message UserRegisterReq { string UID = 1; diff --git a/src/proto/friend/friend.proto b/src/proto/friend/friend.proto index 7cbfc8c41..52b50d277 100644 --- a/src/proto/friend/friend.proto +++ b/src/proto/friend/friend.proto @@ -1,5 +1,5 @@ syntax = "proto3"; -option go_package = "friend;friend"; +option go_package = "./friend;friend"; package friend; message CommonResp{ diff --git a/src/proto/group/group.proto b/src/proto/group/group.proto index 3180e7a2f..ff1821ec2 100644 --- a/src/proto/group/group.proto +++ b/src/proto/group/group.proto @@ -1,5 +1,5 @@ syntax = "proto3"; -option go_package = "group;group"; +option go_package = "./group;group"; package group; message CommonResp{ diff --git a/src/proto/push/push.proto b/src/proto/push/push.proto index 7226aa543..60fddfe3b 100644 --- a/src/proto/push/push.proto +++ b/src/proto/push/push.proto @@ -1,5 +1,5 @@ syntax = "proto3"; -option go_package = "push;pbPush"; +option go_package = "./push;pbPush"; package push; message PushMsgReq { diff --git a/src/proto/relay/relay.proto b/src/proto/relay/relay.proto index 138163a80..56b876c67 100644 --- a/src/proto/relay/relay.proto +++ b/src/proto/relay/relay.proto @@ -1,5 +1,5 @@ syntax = "proto3"; -option go_package = "relay;pbRelay"; +option go_package = "./relay;pbRelay"; package relay; message MsgToUserReq { diff --git a/src/proto/user/user.proto b/src/proto/user/user.proto index d95960125..e1d38fec6 100644 --- a/src/proto/user/user.proto +++ b/src/proto/user/user.proto @@ -1,5 +1,5 @@ syntax = "proto3"; -option go_package = "user;user"; +option go_package = "./user;user"; package user; message CommonResp{