https://github.com/kwilczynski/go-magic
Simple interface to libmagic for Go Programming Language
https://github.com/kwilczynski/go-magic
c cgo file-format file-format-detection go golang magic mime mime-types recognition
Last synced: 3 months ago
JSON representation
Simple interface to libmagic for Go Programming Language
- Host: GitHub
- URL: https://github.com/kwilczynski/go-magic
- Owner: kwilczynski
- License: apache-2.0
- Created: 2013-07-29T08:57:27.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2021-01-10T15:07:40.000Z (almost 5 years ago)
- Last Synced: 2024-06-20T16:47:42.430Z (over 1 year ago)
- Topics: c, cgo, file-format, file-format-detection, go, golang, magic, mime, mime-types, recognition
- Language: Go
- Size: 927 KB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# File Magic in Go
[](https://travis-ci.org/kwilczynski/go-magic)
[](https://goreportcard.com/report/kwilczynski/go-magic)
[](https://godoc.org/github.com/kwilczynski/go-magic)
[](https://opensource.org/licenses/Apache-2.0)## Introduction
Provides simple interface to [libmagic][1] for Go Programming Language.
## Table of Contents
1. [Contributing](#contributing)
2. [Versioning](#versioning)
3. [Author](#author)
4. [Copyright](#copyright)
5. [License](#license)## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) for best practices and instructions on
setting up your development environment.## Versioning
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
For the versions available, see the tags on this repository.## Author
Krzysztof Wilczyński ()
## Copyright
Copyright 2013-2021 Krzysztof Wilczyński
## License
This project is licensed under the terms of the Apache License, Version 2.0 license.
To view the full license see the included [LICENSE](LICENSE) file.[1]: https://en.wikipedia.org/wiki/File_(command)