Skip to content

Commit 787bf2b

Browse files
committed
add comment
1 parent d9b51d0 commit 787bf2b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/dump/dumper.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ func NewDumper(ctx context.Context, format string, output io.Writer) (*Dumper, e
7979
errArchiveJob: make(chan error, 1),
8080
}
8181

82+
// TODO: in the future, we could completely drop the "mholt/archives" dependency.
83+
// Then we only need to support "zip" and ".tar.gz" natively, and let users provide custom command line tools
84+
// like "zstd" or "xz" with compression-level arguments.
8285
var comp archives.ArchiverAsync
8386
switch format {
8487
case "zip":

0 commit comments

Comments
 (0)