Commit bc240b30 authored by Siddhartha Bagaria's avatar Siddhartha Bagaria Committed by Robert

[Go] Public visibility for gazelle default target (#5361)

parent 0f7e7fd2
......@@ -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(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment