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
- Host: GitHub
- URL: https://github.com/gregoryv/binext
- Owner: gregoryv
- License: mit
- Created: 2022-04-12T06:17:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-25T08:58:52.000Z (over 3 years ago)
- Last Synced: 2025-02-05T07:19:42.909Z (over 1 year ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
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) { ... }
```