github.com/0xKiwi/rules_go@v0.24.3/tests/legacy/examples/proto/gostyle/gostyle.proto (about)

     1  syntax = "proto3";
     2  
     3  package gostyle;
     4  
     5  option go_package = "github.com/bazelbuild/rules_go/examples/proto/gostyle";
     6  
     7  import "google/protobuf/ano.proto";
     8  
     9  message GoStyleObject {
    10    int32 go_not_bazel = 2;
    11    google.protobuf.Any anything = 3;
    12  }