summaryrefslogtreecommitdiffstats
path: root/extras/gomemif/memif/BUILD.bazel
diff options
context:
space:
mode:
authorMatus Halaj <mhalaj@cisco.com>2022-10-13 14:46:39 +0200
committerDave Wallace <dwallacelf@gmail.com>2022-10-13 18:23:10 +0000
commitaf36e96d07911f26e8e36f59ea2319cb5c13c0ad (patch)
tree316f540c21ed38dc8cae21a9675852328f3f859b /extras/gomemif/memif/BUILD.bazel
parent70892fcada81a4bef53dcd26c32cba5e26e1eb52 (diff)
gomemif: migrate to govpp repository
Type: make Signed-off-by: Matus Halaj <mhalaj@cisco.com> Change-Id: I1d48c7e44fdf23438132996fd3288b29da1fe36e
Diffstat (limited to 'extras/gomemif/memif/BUILD.bazel')
-rw-r--r--extras/gomemif/memif/BUILD.bazel17
1 files changed, 0 insertions, 17 deletions
diff --git a/extras/gomemif/memif/BUILD.bazel b/extras/gomemif/memif/BUILD.bazel
deleted file mode 100644
index e6539ff59bd..00000000000
--- a/extras/gomemif/memif/BUILD.bazel
+++ /dev/null
@@ -1,17 +0,0 @@
-load("@io_bazel_rules_go//go:def.bzl", "go_library")
-
-go_library(
- name = "memif",
- srcs = [
- "interface.go",
- "interface_unsafe.go",
- "control_channel.go",
- "control_channel_unsafe.go",
- "memif.go",
- "memif_unsafe.go",
- "packet_writer.go",
- "packet_reader.go",
- ],
- importpath = "memif",
- visibility = ["//visibility:public",],
-)