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;
}