github.com/stackb/rules_proto@v0.0.0-20240221195024-5428336c51f1/example/golden/testdata/imports_csv/example.proto (about) 1 syntax = "proto3"; 2 3 import "google/protobuf/any.proto"; 4 5 option go_package = "github.com/example/test"; 6 7 message Message{ 8 google.protobuf.Any body = 1; 9 }