buildifier
This commit is contained in:
parent
f66fbc0f6c
commit
f4fca2ffd0
|
@ -19,11 +19,11 @@ go_library(
|
||||||
|
|
||||||
go_test(
|
go_test(
|
||||||
name = "iptools_test",
|
name = "iptools_test",
|
||||||
|
size = "small",
|
||||||
srcs = [
|
srcs = [
|
||||||
"hardware_address_test.go",
|
"hardware_address_test.go",
|
||||||
"pool_test.go",
|
"pool_test.go",
|
||||||
"range_test.go",
|
"range_test.go",
|
||||||
],
|
],
|
||||||
embed = [":iptools"],
|
embed = [":iptools"],
|
||||||
size = "small",
|
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue