linx-simulator2/node_modules/protobufjs/tests/proto3.proto

8 lines
86 B
Protocol Buffer
Raw Normal View History

2019-09-18 08:11:16 +00:00
syntax = "proto3";
package test;
message Foo {
int32 optional_int32 = 1;
}