Skip to content
Snippets Groups Projects
Commit 0df629c0 authored by Daniel Czerwonk's avatar Daniel Czerwonk
Browse files

gazelle

parent 46733d6a
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,6 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test")
go_library(
name = "go_default_library",
srcs = [
"helper.go",
"ip.go",
"prefix.go",
],
......@@ -14,7 +13,6 @@ go_library(
go_test(
name = "go_default_test",
srcs = [
"helper_test.go",
"ip_test.go",
"prefix_test.go",
],
......
......@@ -14,7 +14,6 @@ go_library(
deps = [
"//net:go_default_library",
"//protocols/bgp/types:go_default_library",
"//vendor/github.com/taktv6/tflow2/convert:go_default_library",
],
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment