h2non / filetype

Fast, dependency-free Go package to infer binary file types based on the magic numbers header signature
https://pkg.go.dev/github.com/h2non/filetype?tab=doc
MIT License
2.1k stars 175 forks source link

Fixed mp4 detection case-sensitivity according to ftyps.com #34

Closed RangelReale closed 6 years ago

RangelReale commented 6 years ago

Fixed mp4 detection case-sensitivity according to ftyps.com

Fixes #30