github.com/stackb/rules_proto@v0.0.0-20240221195024-5428336c51f1/example/golden/testdata/gogo/BUILD.in (about)

     1  # "proto_rule" instantiates the proto_compile rule
     2  # gazelle:proto_rule proto_compile implementation stackb:rules_proto:proto_compile
     3  
     4  # "proto_plugin" instantiates the builtin gogo plugin
     5  # gazelle:proto_plugin gogo implementation gogo:protobuf:protoc-gen-gogo
     6  
     7  # "proto_language" binds the rule(s) and plugin(s) together
     8  # gazelle:proto_language gogo rule proto_compile
     9  # gazelle:proto_language gogo plugin gogo