Files
python-betterproto/betterproto/tests/double.proto
2019-10-08 00:23:11 -07:00

6 lines
59 B
Protocol Buffer

syntax = "proto3";
message Test {
double count = 1;
}