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.13k stars 177 forks source link

fix example; related to h2non/filetype#43 #59

Closed kmanley closed 5 years ago

kmanley commented 5 years ago

Corrects the first example pointed out in #43

h2non commented 5 years ago

Thanks!