Files
roto/codegen/data/test_map.proto
T

8 lines
93 B
Protocol Buffer
Raw Normal View History

2026-05-07 20:15:08 -07:00
syntax = "proto3";
package roto.test;
message MapTest {
map<string, int32> my_map = 1;
}