mirror of
https://blitiri.com.ar/repos/chasquid
synced 2026-01-08 17:51:57 +00:00
protoio: I/O helpers for protobuf messages
This commit is contained in:
8
internal/protoio/testpb/testpb.proto
Normal file
8
internal/protoio/testpb/testpb.proto
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
package testpb;
|
||||
|
||||
message M {
|
||||
string content = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user