Skip to content

Commit

Permalink
move .proto together
Browse files Browse the repository at this point in the history
  • Loading branch information
linehk committed Feb 16, 2024
1 parent 61779ab commit 7126f16
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion service/user/rpc/user.proto → api/protobuf/user.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package user;
option go_package="./user";

import "google/protobuf/timestamp.proto";
import "service/blog/rpc/blog.proto";
import "blog.proto";

message User {
string kind = 1;
Expand Down

0 comments on commit 7126f16

Please sign in to comment.