summaryrefslogtreecommitdiffhomepage
path: root/pkg/amutex/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/amutex/BUILD')
-rw-r--r--pkg/amutex/BUILD17
1 files changed, 0 insertions, 17 deletions
diff --git a/pkg/amutex/BUILD b/pkg/amutex/BUILD
deleted file mode 100644
index 9612f072e..000000000
--- a/pkg/amutex/BUILD
+++ /dev/null
@@ -1,17 +0,0 @@
-load("//tools:defs.bzl", "go_library", "go_test")
-
-package(licenses = ["notice"])
-
-go_library(
- name = "amutex",
- srcs = ["amutex.go"],
- visibility = ["//:sandbox"],
-)
-
-go_test(
- name = "amutex_test",
- size = "small",
- srcs = ["amutex_test.go"],
- library = ":amutex",
- deps = ["//pkg/sync"],
-)