github.com/jurelou/go-magic@v0.0.0-20230518182705-f2995a311800/README.md (about)

     1  # File Magic in Go
     2  
     3  [![Build Status](https://travis-ci.org/kwilczynski/go-magic.svg)](https://travis-ci.org/kwilczynski/go-magic)
     4  [![Go Report Card](https://goreportcard.com/badge/kwilczynski/go-magic)](https://goreportcard.com/report/kwilczynski/go-magic)
     5  [![Go Documentation](https://godoc.org/github.com/kwilczynski/go-magic?status.png)](https://godoc.org/github.com/kwilczynski/go-magic)
     6  [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
     7  
     8  ## Introduction
     9  
    10  Provides simple interface to [libmagic][1] for Go Programming Language.
    11  
    12  ## Table of Contents
    13  
    14  1. [Contributing](#contributing)
    15  2. [Versioning](#versioning)
    16  3. [Author](#author)
    17  4. [Copyright](#copyright)
    18  5. [License](#license)
    19  
    20  ## Contributing
    21  
    22  See [CONTRIBUTING.md](CONTRIBUTING.md) for best practices and instructions on
    23  setting up your development environment.
    24  
    25  ## Versioning
    26  
    27  This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
    28  For the versions available, see the tags on this repository.
    29  
    30  ## Author
    31  
    32  Krzysztof Wilczyński (<kw@linux.com>)
    33  
    34  ## Copyright
    35  
    36  Copyright 2013-2021 Krzysztof Wilczyński
    37  
    38  ## License
    39  
    40  This project is licensed under the terms of the Apache License, Version 2.0 license.   
    41  To view the full license see the included [LICENSE](LICENSE) file.
    42  
    43  [1]: https://en.wikipedia.org/wiki/File_(command)