git » chasquid » master » tree

[master] / internal / protoio / testpb / testpb.proto

1
2
3
4
5
6
7
8
syntax = "proto3";

package testpb;
option go_package = "blitiri.com.ar/go/chasquid/internal/protoio/testpb";

message M {
	string content = 1;
}