From 0535dac898307a9ccd42832b4b8dec581db28b0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 3 Feb 2022 15:17:53 +0200 Subject: [PATCH] buildifier --- test/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/BUILD b/test/BUILD index 10f2b7d..25e7dae 100644 --- a/test/BUILD +++ b/test/BUILD @@ -11,8 +11,8 @@ go_library( go_binary( name = "test", - static = "on", embed = [":test_lib"], + static = "on", visibility = ["//visibility:public"], )