1
0
Fork 0
python-aristaproto/tests/inputs/repeated/repeated.proto

8 lines
87 B
Protocol Buffer
Raw Normal View History

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