index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
os
Age
Commit message (
Expand
)
Author
2026-02-03
lib/os: fix IsBinary that return true if file size less than 1024
Shulhan
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2026-01-09
lib/os: add function IsBinaryStream
Shulhan
2025-02-04
all: remove the nolint tags
Shulhan
2025-01-23
all: use for-range with numeric
Shulhan
2024-09-04
all: fix various linter warnings
Shulhan
2024-03-06
all: conform with linter gosec, ineffasign, and makezero
Shulhan
2024-03-05
all: comply with linter recommendations #3
Shulhan
2024-03-05
all: comply with linter recommendations #2
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2023-09-14
all: fix variable shadowing as reported by shadow tool
Shulhan
2023-09-09
lib/io,os: replace lib/test/mock with bytes.Buffer
Shulhan
2023-09-09
lib/io,os: check for EOF in ConfirmYesNo
Shulhan
2023-07-26
lib/os: add function Environments
Shulhan
2023-07-23
lib/os: check for extract path in untar and unzip
Shulhan
2023-07-21
lib/os: add missing copyright header in os_test.go
Shulhan
2023-07-21
lib/os: add function PathFold and PathUnfold
Shulhan
2023-04-09
lib/os: copy lib/io#ConfirmYesNo to lib/os
Shulhan
2023-04-08
lib/os: add comment to error ErrExtractInputExt
Shulhan
2023-04-08
lib/os: merge some functions from lib/io
Shulhan
2022-09-15
lib/os: add test of Stat and Lstat
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2022-02-02
lib/os: implement function to Extract compressed and/or archived file
Shulhan
2021-09-04
os/exec: fix escaped quote inside the same quote
Shulhan
2021-08-21
Revert "os/exec: include the quoted characters when ParseCommandArgs"
Shulhan
2021-08-13
os/exec: include the quoted characters when ParseCommandArgs
Shulhan
2021-08-11
os/exec: check for escaped backslash when ParseCommandArgs
Shulhan
2021-03-14
all: refactoring the test.Assert and test.AssertBench signature
Shulhan
2020-06-04
os/exec: new package to simplify the standard "os/exec"
Shulhan