2022-03-03 13:34:53 +00:00

8 lines
86 B
Protocol Buffer

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