1
Fork 0

buildifier

This commit is contained in:
Motiejus Jakštys 2022-02-03 15:17:53 +02:00
parent 5631c7e2b6
commit 0535dac898
1 changed files with 1 additions and 1 deletions

View File

@ -11,8 +11,8 @@ go_library(
go_binary( go_binary(
name = "test", name = "test",
static = "on",
embed = [":test_lib"], embed = [":test_lib"],
static = "on",
visibility = ["//visibility:public"], visibility = ["//visibility:public"],
) )