Sign in
fuchsia
/
third_party
/
protobuf
/
refs/heads/master-backup-d74e6b6
/
.
/
test
/
custom_options.proto
blob: ded2fdb43c6f6c8c336f76c35fa537bcb3794e48 [
file
] [
log
] [
blame
] [
edit
]
syntax
=
"proto2"
;
import
"google/protobuf/descriptor.proto"
;
extend
google
.
protobuf
.
MessageOptions
{
optional
string
my_option
=
51234
;
}
message
MyMessage
{
option
(
my_option
)
=
"Hello world!"
;
}