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.05k stars 178 forks source link

Detect source code files? #101

Closed titalk closed 3 years ago

titalk commented 3 years ago

Like Java, Go, Python?

h2non commented 3 years ago

Nope, just binaries. That's the whole and sole purpose of the package.