We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69dec09 + 55432dc commit 763ab89Copy full SHA for 763ab89
decompress_zip.go
@@ -9,7 +9,7 @@ import (
9
)
10
11
// ZipDecompressor is an implementation of Decompressor that can
12
-// decompress tar.gzip files.
+// decompress zip files.
13
type ZipDecompressor struct{}
14
15
func (d *ZipDecompressor) Decompress(dst, src string, dir bool) error {
0 commit comments