Files
python-betterproto/tests/inputs/repeated/repeated.proto
2020-07-11 19:51:01 +02:00

6 lines
68 B
Protocol Buffer

syntax = "proto3";
message Test {
repeated string names = 1;
}