summaryrefslogtreecommitdiffhomepage
path: root/tools/github/nogo/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tools/github/nogo/BUILD')
-rw-r--r--tools/github/nogo/BUILD16
1 files changed, 0 insertions, 16 deletions
diff --git a/tools/github/nogo/BUILD b/tools/github/nogo/BUILD
deleted file mode 100644
index 4259fe94c..000000000
--- a/tools/github/nogo/BUILD
+++ /dev/null
@@ -1,16 +0,0 @@
-load("//tools:defs.bzl", "go_library")
-
-package(licenses = ["notice"])
-
-go_library(
- name = "nogo",
- srcs = ["nogo.go"],
- nogo = False,
- visibility = [
- "//tools/github:__subpackages__",
- ],
- deps = [
- "//tools/nogo",
- "@com_github_google_go_github_v32//github:go_default_library",
- ],
-)