checkpoint

going to rewrite this in C++ I think
This commit is contained in:
2023-05-01 18:50:45 +00:00
parent 9eb32a3174
commit 7630cd4e7d
8 changed files with 40 additions and 74 deletions

View File

@@ -5,5 +5,5 @@ go_library(
srcs = ["logger.go"],
importpath = "git.wntrmute.dev/kyle/kdhcp/log",
visibility = ["//visibility:public"],
deps = ["//bazel-kdhcp/external/com_github_hashicorp_go_syslog:go-syslog"],
deps = ["@com_github_hashicorp_go_syslog//:go-syslog"],
)