cuelang.org/go@v0.10.1/encoding/protobuf/testdata/acme/test/test.proto (about) 1 syntax = "proto3"; 2 3 package acme.test.test; 4 5 // Override the short name only of this package. This notation is seen in some 6 // gogoproto files. 7 option go_package = "test_test" 8 9 message AnotherTest { 10 int32 test = 1; 11 }