buildifier

This commit is contained in:
2023-05-09 07:34:49 +00:00
parent f66fbc0f6c
commit f4fca2ffd0

View File

@@ -19,11 +19,11 @@ go_library(
go_test(
name = "iptools_test",
size = "small",
srcs = [
"hardware_address_test.go",
"pool_test.go",
"range_test.go",
],
embed = [":iptools"],
size = "small",
)