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

Fix file header example #134

Closed y-yagi closed 1 year ago

y-yagi commented 1 year ago

Remove unused io/ioutil package and add used os package.

Follow up of #28.