diff options
Diffstat (limited to 'tests/plugins/grpc/testdata/import/sub/message.proto')
-rw-r--r-- | tests/plugins/grpc/testdata/import/sub/message.proto | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/plugins/grpc/testdata/import/sub/message.proto b/tests/plugins/grpc/testdata/import/sub/message.proto new file mode 100644 index 00000000..1db0313b --- /dev/null +++ b/tests/plugins/grpc/testdata/import/sub/message.proto @@ -0,0 +1,7 @@ +syntax = "proto3"; + +package import.sub; + +message Message { + int64 id = 1; +}
\ No newline at end of file |