diff --git a/src/proto/auth/auth.proto b/src/proto/auth/auth.proto index 21b82ff40..94c664125 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 52b50d277..7cbfc8c41 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 ff1821ec2..3180e7a2f 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 60fddfe3b..7226aa543 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 56b876c67..138163a80 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 e1d38fec6..d95960125 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{