aboutsummaryrefslogtreecommitdiffhomepage
path: root/base_workspace/examples/go/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'base_workspace/examples/go/BUILD')
-rw-r--r--base_workspace/examples/go/BUILD14
1 files changed, 0 insertions, 14 deletions
diff --git a/base_workspace/examples/go/BUILD b/base_workspace/examples/go/BUILD
deleted file mode 100644
index dd0846110c..0000000000
--- a/base_workspace/examples/go/BUILD
+++ /dev/null
@@ -1,14 +0,0 @@
-# See README.md for instructions on how to use these rules.
-
-package(default_visibility = ["//visibility:public"])
-
-load("/tools/build_rules/go_rules", "go_library", "go_binary")
-
-go_binary(
- name = "fib",
- srcs = glob(
- ["*.go"],
- exclude = ["*_test.go"],
- ),
- deps = ["//examples/go/lib1"],
-)