1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2025-12-19 14:57:04 +00:00
Files
go-chasquid-smtp/internal/protoio/testpb/testpb.proto
2016-10-10 00:51:03 +01:00

9 lines
73 B
Protocol Buffer

syntax = "proto3";
package testpb;
message M {
string content = 1;
}