diff options
Diffstat (limited to 'pkg/urpc/BUILD')
-rw-r--r-- | pkg/urpc/BUILD | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/pkg/urpc/BUILD b/pkg/urpc/BUILD deleted file mode 100644 index 850c34ed0..000000000 --- a/pkg/urpc/BUILD +++ /dev/null @@ -1,23 +0,0 @@ -load("//tools:defs.bzl", "go_library", "go_test") - -package(licenses = ["notice"]) - -go_library( - name = "urpc", - srcs = ["urpc.go"], - visibility = ["//:sandbox"], - deps = [ - "//pkg/fd", - "//pkg/log", - "//pkg/sync", - "//pkg/unet", - ], -) - -go_test( - name = "urpc_test", - size = "small", - srcs = ["urpc_test.go"], - library = ":urpc", - deps = ["//pkg/unet"], -) |