summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/checker/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/tcpip/checker/BUILD')
-rw-r--r--pkg/tcpip/checker/BUILD16
1 files changed, 0 insertions, 16 deletions
diff --git a/pkg/tcpip/checker/BUILD b/pkg/tcpip/checker/BUILD
deleted file mode 100644
index ed434807f..000000000
--- a/pkg/tcpip/checker/BUILD
+++ /dev/null
@@ -1,16 +0,0 @@
-load("//tools:defs.bzl", "go_library")
-
-package(licenses = ["notice"])
-
-go_library(
- name = "checker",
- testonly = 1,
- srcs = ["checker.go"],
- visibility = ["//visibility:public"],
- deps = [
- "//pkg/tcpip",
- "//pkg/tcpip/buffer",
- "//pkg/tcpip/header",
- "//pkg/tcpip/seqnum",
- ],
-)