From bc240b30048e0e6c00c04cef40974c1a53470e5f Mon Sep 17 00:00:00 2001 From: Siddhartha Bagaria Date: Tue, 21 May 2019 14:48:51 -0700 Subject: [PATCH] [Go] Public visibility for gazelle default target (#5361) --- go/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/go/BUILD.bazel b/go/BUILD.bazel index abe5f3ac7..78bd8d81a 100644 --- a/go/BUILD.bazel +++ b/go/BUILD.bazel @@ -3,6 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library") alias( name = "go_default_library", actual = ":go", + visibility = ["//visibility:public"], ) go_library(