summaryrefslogtreecommitdiffhomepage
path: root/pkg/gohacks/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gohacks/BUILD')
-rw-r--r--pkg/gohacks/BUILD20
1 files changed, 0 insertions, 20 deletions
diff --git a/pkg/gohacks/BUILD b/pkg/gohacks/BUILD
deleted file mode 100644
index b4e05f922..000000000
--- a/pkg/gohacks/BUILD
+++ /dev/null
@@ -1,20 +0,0 @@
-load("//tools:defs.bzl", "go_library", "go_test")
-
-package(licenses = ["notice"])
-
-go_library(
- name = "gohacks",
- srcs = [
- "gohacks_unsafe.go",
- ],
- stateify = False,
- visibility = ["//:sandbox"],
-)
-
-go_test(
- name = "gohacks_test",
- size = "small",
- srcs = ["gohacks_test.go"],
- library = ":gohacks",
- deps = ["@org_golang_x_sys//unix:go_default_library"],
-)