Skip to content

Commit

Permalink
Add proto file for test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkn committed Jun 8, 2024
1 parent 723a20b commit b9ab640
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/test_protos/test_julia_package.proto
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
syntax = "proto3";

option julia_package = "Foo.Bar.Baz";

message Message {
string message = 1;
};

0 comments on commit b9ab640

Please sign in to comment.