aboutsummaryrefslogtreecommitdiff
path: root/lib/os/os_test.go
AgeCommit message (Expand)Author
2026-02-03lib/os: fix IsBinary that return true if file size less than 1024Shulhan
2026-01-09lib/os: add function IsBinaryStreamShulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-09-09lib/io,os: replace lib/test/mock with bytes.BufferShulhan
2023-07-21lib/os: add missing copyright header in os_test.goShulhan
2023-04-09lib/os: copy lib/io#ConfirmYesNo to lib/osShulhan
2023-04-08lib/os: merge some functions from lib/ioShulhan
2022-09-15lib/os: add test of Stat and LstatShulhan