aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/go/bin/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'examples/go/bin/BUILD')
-rw-r--r--examples/go/bin/BUILD14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/go/bin/BUILD b/examples/go/bin/BUILD
deleted file mode 100644
index ee97b92c89..0000000000
--- a/examples/go/bin/BUILD
+++ /dev/null
@@ -1,14 +0,0 @@
-package(
- default_visibility = ["//visibility:public"],
-)
-
-load("//tools/build_rules/go:def.bzl", "go_binary")
-
-go_binary(
- name = "bin",
- srcs = ["bin.go"],
- deps = [
- "//examples/go/lib:go_default_library",
- "//examples/go/vendor/github_com/user/vendored:go_default_library",
- ],
-)