Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 641 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 641 Bytes

magic

This is a set of Go bindings for the C library libmagic.

To run the test code, we refer to the magic definition files in the testdata directory. You can substitute your own if you have some.

Usage

go get github.com/jteeuwen/magic

License

The uncompiled magic files included in this project have been supplied by Craig Heffner and his binwalk project and are provided under an MIT license.

The remaining work in this project is subject to a 1-clause BSD license. Its contents can be found in the enclosed LICENSE file.