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
/
memfs
Age
Commit message (
Expand
)
Author
3 days
lib/memfs: fix due to changes on [text/diff] package
Shulhan
10 days
all: apply go fix
Shulhan
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2025-01-26
lib/memfs: return nil on AddChild if path is not included
Shulhan
2025-01-23
all: use for-range with numeric
Shulhan
2025-01-23
all: replace "interface{}" with "any"
Shulhan
2025-01-22
lib/http: always refresh a directory on GET request
Shulhan
2025-01-06
lib/memfs: remove GoEmbed test that generate dynamic times
Shulhan
2024-12-29
all: merge package "lib/ints" and "lib/ints64" into "slices"
Shulhan
2024-12-28
lib/bytes: split the hexdump related functions to separate package
Shulhan
2024-12-28
lib/memfs: move the old Watcher and DirWatcher to watchfs
Shulhan
2024-12-28
lib/memfs: refactoring Watch to use "watchfs/v2"
Shulhan
2024-12-03
lib/memfs: move compiled regex to their options
Shulhan
2024-09-04
all: fix various linter warnings
Shulhan
2024-08-09
lib/memfs: document the comparison with "go:embed" directive
Shulhan
2024-08-03
lib/memfs: another fix for refresh
Shulhan
2024-07-22
lib/memfs: sanitize the Root directory to fix refresh
Shulhan
2024-04-10
lib/memfs: set embed file mode to print as octal
Shulhan
2024-03-21
lib/memfs: trim trailing slash ("/") in the path of Get method
Shulhan
2024-03-09
all: reformat all files with goimports
Shulhan
2024-03-09
lib: move package "net/html" to "lib/html"
Shulhan
2024-03-06
all: conform with linter gosec, ineffasign, and makezero
Shulhan
2024-03-05
lib/memfs: remove deprecated Merge function
Shulhan
2024-03-05
all: comply with linter recommendations #3
Shulhan
2024-03-05
all: comply with linter recommendations #2
Shulhan
2024-03-05
all: comply with linter recommendations #1
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2024-02-04
lib/memfs: protect internal [DirWatcher.fileWatcher] with mutex
Shulhan
2024-02-03
lib/memfs: fix flaky test on [Memfs.Get] with refresh
Shulhan
2023-12-13
all: fix linter warnings reported by revive
Shulhan
2023-12-09
lib/memfs: add parameter withContent to [Node.JSON]
Shulhan
2023-11-22
lib/memfs: add sub file system
Shulhan
2023-11-21
lib/memfs: check for file not exist in scanDir and updateDir
Shulhan
2023-11-15
lib/memfs: check for empty path on Get
Shulhan
2023-11-14
lib/memfs: improve the refresh method
Shulhan
2023-11-14
lib/memfs: add method JSON to Node
Shulhan
2023-11-14
lib/memfs: simplify error on Get
Shulhan
2023-11-14
lib/memfs: increase delay on DirWatcher example
Shulhan
2023-11-14
lib/memfs: add option to pack JSON without ModTime
Shulhan
2023-11-08
lib/memfs: split handling deleted directory and file on DirWatcher
Shulhan
2023-11-08
lib/memfs: stop all Watcher spawn by DirWatcher
Shulhan
2023-11-08
lib/memfs: use second channel to stop goroutine in Watcher
Shulhan
2023-11-08
lib/memfs: do not return when mode changes in Node Update
Shulhan
2023-11-08
lib/memfs: remove embedding os.FileInfo and http.File
Shulhan
2023-11-08
lib/memfs: remove mocking os.Stat
Shulhan
2023-11-08
lib/memfs: refactoring, simplify DirWatcher logic
Shulhan
2023-11-07
lib/memfs: add test for DirWatcher with symlink to file
Shulhan
2023-11-05
lib/memfs: re-scan directory content on Node's Update
Shulhan
2023-11-05
lib/memfs: include empty directory
Shulhan
2023-10-29
lib/memfs: call the Init method in the embedded file
Shulhan
[next]