summaryrefslogtreecommitdiffhomepage
path: root/tools/go_marshal/marshal/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tools/go_marshal/marshal/BUILD')
-rw-r--r--tools/go_marshal/marshal/BUILD14
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/go_marshal/marshal/BUILD b/tools/go_marshal/marshal/BUILD
deleted file mode 100644
index 47dda97a1..000000000
--- a/tools/go_marshal/marshal/BUILD
+++ /dev/null
@@ -1,14 +0,0 @@
-load("@io_bazel_rules_go//go:def.bzl", "go_library")
-
-package(licenses = ["notice"])
-
-go_library(
- name = "marshal",
- srcs = [
- "marshal.go",
- ],
- importpath = "gvisor.dev/gvisor/tools/go_marshal/marshal",
- visibility = [
- "//:sandbox",
- ],
-)