github.com/stackb/rules_proto@v0.0.0-20240221195024-5428336c51f1/language/protobuf/oldtestdata/gogo/BUILD.out (about)

     1  load("@rules_proto//proto:defs.bzl", "proto_library")
     2  load("@build_stack_rules_proto//rules:proto_compiled_sources.bzl", "proto_compiled_sources")
     3  
     4  # gazelle:proto_language gogofast plugin gogofast
     5  # gazelle:proto_language gogofast rule proto_compiled_sources
     6  
     7  proto_library(
     8      name = "test_proto",
     9      srcs = ["test.proto"],
    10      visibility = ["//visibility:public"],
    11  )
    12  
    13  proto_compiled_sources(
    14      name = "test_gogofast_compiled_sources",
    15      srcs = ["test.pb.go"],
    16      plugins = ["@build_stack_rules_proto//gogo/protobuf:gogofast_plugin"],
    17      proto = "test_proto",
    18  )