wip constructors

This commit is contained in:
2021-05-24 00:11:58 +03:00
parent 8ea717e6a9
commit 6d6bf4f076
4 changed files with 44 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ go_library(
importpath = "github.com/motiejus/code/undocker/internal/cmdrootfs",
visibility = ["//src/undocker:__subpackages__"],
deps = [
"//src/undocker/internal/cmd:go_default_library",
"//src/undocker/rootfs:go_default_library",
"@com_github_jessevdk_go_flags//:go_default_library",
"@com_github_ulikunitz_xz//:go_default_library",