From fa90cfb8fa521cb2df47e090ea21ad310a188d07 Mon Sep 17 00:00:00 2001 From: Edward McFarlane Date: Mon, 11 Jun 2018 15:29:28 +0100 Subject: [PATCH] Bazel expose protoc-gen-grpc-gateway --- protoc-gen-grpc-gateway/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) 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(