aboutsummaryrefslogtreecommitdiff
path: root/lib/os/testdata/IsBinary
AgeCommit message (Collapse)Author
2026-02-03lib/os: fix IsBinary that return true if file size less than 1024Shulhan
If file size less than half of 1024, the rest of bytes will be `0` and it will counted as binary character.