summaryrefslogtreecommitdiffhomepage
path: root/tools/go_marshal/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tools/go_marshal/BUILD')
-rw-r--r--tools/go_marshal/BUILD14
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/go_marshal/BUILD b/tools/go_marshal/BUILD
deleted file mode 100644
index 80d9c0504..000000000
--- a/tools/go_marshal/BUILD
+++ /dev/null
@@ -1,14 +0,0 @@
-load("//tools:defs.bzl", "go_binary")
-
-licenses(["notice"])
-
-go_binary(
- name = "go_marshal",
- srcs = ["main.go"],
- visibility = [
- "//:sandbox",
- ],
- deps = [
- "//tools/go_marshal/gomarshal",
- ],
-)