Initial commit
This commit is contained in:
6
betterproto/tests/signed.proto
Normal file
6
betterproto/tests/signed.proto
Normal file
@@ -0,0 +1,6 @@
|
||||
syntax = "proto3";
|
||||
|
||||
message Test {
|
||||
sint32 signed_32 = 1;
|
||||
sint64 signed_64 = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user