Sign in
flutter
/
third_party
/
protobuf
/
HEAD
/
.
/
rust
/
test
/
shared
/
utf8
/
no_features_proto3.proto
blob: 116f66c8d531069ccf761d2a09e8418d5653d24f [
file
] [
log
] [
blame
]
syntax
=
"proto3"
;
package
utf8
;
message
NoFeaturesProto3
{
optional
string
my_field
=
1
;
}