Skip to content

Commit

Permalink
Merge pull request h2non#42 from bruth/patch-2
Browse files Browse the repository at this point in the history
Change maximum bytes required for detection
  • Loading branch information
h2non authored Jul 26, 2018
2 parents 3af83f1 + 4a3bdba commit 673f6c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: go

go:
- 1.10
- 1.9
- 1.8
- 1.7
- 1.6
- tip

before_install:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ For SVG file type checking, see [go-is-svg](https://github.com/h2non/go-is-svg)
- [Pluggable](#add-additional-file-type-matchers): add custom new types and matchers
- Simple and semantic API
- [Blazing fast](#benchmarks), even processing large files
- Only first 261 bytes representing the max file header is required, so you can just [pass a slice](#file-header)
- Only first 262 bytes representing the max file header is required, so you can just [pass a slice](#file-header)
- Dependency free (just Go code, no C compilation needed)
- Cross-platform file recognition

Expand Down

0 comments on commit 673f6c2

Please sign in to comment.