byteCounter tests

This commit is contained in:
2021-05-24 00:11:58 +03:00
parent 98fd78bb50
commit a45e512697
3 changed files with 31 additions and 10 deletions

View File

@@ -9,7 +9,10 @@ go_library(
],
importpath = "github.com/motiejus/code/undocker/rootfs",
visibility = ["//visibility:public"],
deps = ["@org_uber_go_multierr//:go_default_library"],
deps = [
"//src/undocker/internal/bytecounter:go_default_library",
"@org_uber_go_multierr//:go_default_library",
],
)
go_test(