python-betterproto/betterproto/tests/repeatedpacked.proto
Daniel G. Taylor 6ed3b09f44 Initial commit
2019-10-05 08:47:14 -07:00

6 lines
68 B
Protocol Buffer

syntax = "proto3";
message Test {
repeated int32 counts = 1;
}