Sign in
cue
/
cue
/
c5fc236fb4e64fc8649db05acf6b12af7642ea41
/
.
/
encoding
/
protobuf
/
testdata
/
acme
/
test
/
test.proto
blob: 186ce1ae44bc9ef17578c6747f8d5918d4803a6e [
file
] [
log
] [
blame
]
syntax
=
"proto3"
;
package
acme
.
test
.
test
;
// Override the short name only of this package. This notation is seen in some
// gogoproto files.
option
go_package
=
"test_test"
message
AnotherTest
{
int32
test
=
1
;
}