linx-simulator2/node_modules/protobufjs/tests/proto2js/Foo.proto

5 lines
63 B
Protocol Buffer
Raw Normal View History

2019-09-18 08:11:16 +00:00
// Foo.proto
message Foo {
required string fizz = 1;
}