diff options
author | Kevin Krakauer <krakauer@google.com> | 2021-05-05 11:12:55 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-05-05 11:15:26 -0700 |
commit | 45884ba6393c05db1f3b16b96a65728b98b9229c (patch) | |
tree | 0fd0af0b49c446a29fd2ba2026abd06db4d1df2b /tools/go_marshal | |
parent | bf49a847abf30d508e2f229da780a16d09a042f8 (diff) |
Internal change
PiperOrigin-RevId: 372166050
Diffstat (limited to 'tools/go_marshal')
-rw-r--r-- | tools/go_marshal/BUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/go_marshal/BUILD b/tools/go_marshal/BUILD index f79defea7..85a1adf66 100644 --- a/tools/go_marshal/BUILD +++ b/tools/go_marshal/BUILD @@ -5,9 +5,7 @@ licenses(["notice"]) go_binary( name = "go_marshal", srcs = ["main.go"], - visibility = [ - "//:sandbox", - ], + visibility = ["//:sandbox"], deps = [ "//tools/go_marshal/gomarshal", ], @@ -16,6 +14,7 @@ go_binary( config_setting( name = "marshal_config_verbose", values = {"define": "gomarshal=verbose"}, + visibility = ["//:sandbox"], ) bzl_library( |