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

6 lines
57 B
Protocol Buffer

syntax = "proto3";
message Test {
bytes data = 1;
}