github.com/stackb/rules_proto@v0.0.0-20240221195024-5428336c51f1/example/golden/testdata/go/example.proto (about)

     1  syntax = "proto3";
     2  
     3  option go_package = "./;pb";
     4  
     5  enum Enum{
     6    UNKNOWN = 0;
     7  }
     8  
     9  message Message{}
    10  
    11  service Service{}