Skip to content

Commit b3fd4b7

Browse files
committed
Make Epub, Docx, Xlsx, Pptx children of Zip type
1 parent e5ee92b commit b3fd4b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matchers/archive.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ var (
3030
)
3131

3232
var Archive = Map{
33-
TypeEpub: Epub,
3433
TypeZip: Zip,
34+
TypeEpub: ChildMatcher(TypeZip, TypeEpub, Epub),
3535
TypeTar: Tar,
3636
TypeRar: Rar,
3737
TypeGz: Gz,

0 commit comments

Comments
 (0)