start using tree

This commit is contained in:
2021-05-24 00:11:58 +03:00
parent 0f08cef777
commit 628b178e23
6 changed files with 58 additions and 23 deletions

View File

@@ -8,7 +8,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/tree:go_default_library",
"@org_uber_go_multierr//:go_default_library",
],
)
go_test(