Files
python-betterproto/betterproto/tests/inputs/map/map.proto

6 lines
72 B
Protocol Buffer

syntax = "proto3";
message Test {
map<string, int32> counts = 1;
}