Sign in
cue
/
cue
/
40c76b7ceca022606fa2187016b9db356c62aef9
/
.
/
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
;
}