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

gazelle

parent a7099b9b
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,10 @@ gazelle( ...@@ -10,7 +10,10 @@ gazelle(
go_library( go_library(
name = "go_default_library", name = "go_default_library",
srcs = ["main.go"], srcs = [
"main.go",
"main_ipv4.go",
],
importpath = "github.com/bio-routing/bio-rd", importpath = "github.com/bio-routing/bio-rd",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
......
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