diff --git a/protoc-gen-grpc-gateway/BUILD.bazel b/protoc-gen-grpc-gateway/BUILD.bazel index fc4850fb695..8ca170d3da5 100644 --- a/protoc-gen-grpc-gateway/BUILD.bazel +++ b/protoc-gen-grpc-gateway/BUILD.bazel @@ -20,6 +20,7 @@ go_library( go_binary( name = "protoc-gen-grpc-gateway", embed = [":go_default_library"], + visibility = ["//visibility:public"], ) go_proto_compiler(