diff options
Diffstat (limited to 'pkg/tcpip/internal/tcp/BUILD')
-rw-r--r-- | pkg/tcpip/internal/tcp/BUILD | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/pkg/tcpip/internal/tcp/BUILD b/pkg/tcpip/internal/tcp/BUILD deleted file mode 100644 index 9ae258a0b..000000000 --- a/pkg/tcpip/internal/tcp/BUILD +++ /dev/null @@ -1,12 +0,0 @@ -load("//tools:defs.bzl", "go_library") - -package(licenses = ["notice"]) - -go_library( - name = "tcp", - srcs = ["tcp.go"], - visibility = ["//pkg/tcpip:__subpackages__"], - deps = [ - "//pkg/tcpip", - ], -) |