github.com/stackb/rules_proto@v0.0.0-20240221195024-5428336c51f1/plugin/golang/protobuf/BUILD.bazel (about) 1 load("@build_stack_rules_proto//rules:proto_plugin.bzl", "proto_plugin") 2 3 proto_plugin( 4 name = "protoc-gen-go", 5 tool = "@org_golang_google_protobuf//cmd/protoc-gen-go", 6 visibility = ["//visibility:public"], 7 ) 8 9 filegroup( 10 name = "all_files", 11 testonly = True, 12 srcs = ["BUILD.bazel"], 13 visibility = ["//plugin:__pkg__"], 14 )