Files
SmartShopper/express-server/node_modules/protobufjs/tests/proto3.proto
2018-12-22 23:30:39 +01:00

8 lines
79 B
Protocol Buffer

syntax = "proto3";
package test;
message Foo {
int32 optional_int32 = 1;
}