aboutsummaryrefslogtreecommitdiffstats
path: root/extras/gomemif/examples/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'extras/gomemif/examples/BUILD.bazel')
-rw-r--r--extras/gomemif/examples/BUILD.bazel21
1 files changed, 0 insertions, 21 deletions
diff --git a/extras/gomemif/examples/BUILD.bazel b/extras/gomemif/examples/BUILD.bazel
deleted file mode 100644
index a88b92e37f1..00000000000
--- a/extras/gomemif/examples/BUILD.bazel
+++ /dev/null
@@ -1,21 +0,0 @@
-load("@io_bazel_rules_go//go:def.bzl", "go_binary")
-
-go_binary(
- name = "responder",
- srcs = ["responder.go"],
- visibility = ["//visibility:public",],
- deps = [
- "//memif:memif",
- "@com_github_profile//:go_default_library",
- ],
-)
-
-go_binary(
- name = "bridge",
- srcs = ["bridge.go"],
- visibility = ["//visibility:public",],
- deps = [
- "//memif:memif",
- "@com_github_profile//:go_default_library",
- ],
-)