Skip to content

Commit

Permalink
import path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliaksei Sosin committed Apr 16, 2024
1 parent 6186097 commit 5e39eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internals/internal_game.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ option csharp_namespace = "Game.Protobuf";

package game.v1;

import "game.proto";
import "internals\game.proto";

Check failure on line 7 in internals/internal_game.proto

View workflow job for this annotation

GitHub Actions / build

syntax error: unexpected error, expecting string literal or "weak" or "public"

Check failure on line 7 in internals/internal_game.proto

View workflow job for this annotation

GitHub Actions / build

invalid escape sequence: \g

service Srv2Service {
rpc GetGames (GetGamesRequest) returns (GetGamesReply);
Expand Down

0 comments on commit 5e39eb0

Please sign in to comment.