Skip to content

Commit

Permalink
chore: rename protrobuf to avoid conflict
Browse files Browse the repository at this point in the history
Signed-off-by: LingKa <cnfty786@gmail.com>
  • Loading branch information
LingKa28 committed Sep 26, 2023
1 parent b8fc1c1 commit 0a1bb68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/curp-command.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ syntax = "proto3";

package commandpb;

import "error.proto";
import "curp-error.proto";

option go_package = ".;curpapi";

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions src/message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ package messagepb;

option go_package = ".;curpapi";

import "command.proto";
import "error.proto";
import "curp-command.proto";
import "curp-error.proto";
import "google/protobuf/empty.proto";


Expand Down

0 comments on commit 0a1bb68

Please sign in to comment.