An open API service indexing awesome lists of open source software.

https://github.com/gregoryv/binext

Package binext provides predefined binary extension checker
https://github.com/gregoryv/binext

Last synced: about 1 year ago
JSON representation

Package binext provides predefined binary extension checker

Awesome Lists containing this project

README

          

[binext](https://pkg.go.dev/github.com/gregoryv/binext) - Package binext provides predefined binary extension checker

## Quick start

$ go get github.com/gregoryv/binext

In your code

```go
import "github.com/gregoryv/binext"

if binext.IsBinary(filename) { ... }
```