Files

8 lines
93 B
Protocol Buffer
Raw Permalink Normal View History

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