summaryrefslogtreecommitdiffhomepage
path: root/tools/nogo/check/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tools/nogo/check/BUILD')
-rw-r--r--tools/nogo/check/BUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/nogo/check/BUILD b/tools/nogo/check/BUILD
index 21ba2c306..e18483a18 100644
--- a/tools/nogo/check/BUILD
+++ b/tools/nogo/check/BUILD
@@ -2,8 +2,6 @@ load("//tools:defs.bzl", "go_binary")
package(licenses = ["notice"])
-# Note that the check binary must be public, since an aspect may be applied
-# across lots of different rules in different repositories.
go_binary(
name = "check",
srcs = ["main.go"],