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
/
memfs_test.go
Age
Commit message (
Expand
)
Author
2 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
2024-12-03
lib/memfs: move compiled regex to their options
Shulhan
2024-09-04
all: fix various linter warnings
Shulhan
2024-07-22
lib/memfs: sanitize the Root directory to fix refresh
Shulhan
2024-03-21
lib/memfs: trim trailing slash ("/") in the path of Get method
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-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
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-15
lib/memfs: check for empty path on Get
Shulhan
2023-11-14
lib/memfs: improve the refresh method
Shulhan
2023-11-08
lib/memfs: remove mocking os.Stat
Shulhan
2023-11-05
lib/memfs: include empty directory
Shulhan
2023-10-29
lib/memfs: add method Child to Node
Shulhan
2023-05-18
lib/memfs: mock the os.Stat to fix flaky tests
Shulhan
2022-08-31
lib/memfs: remove unused parameter in isWatched and isIncluded
Shulhan
2022-07-16
lib/memfs: set the Root SysPath to the first MemFS instance on Merge
Shulhan
2022-04-06
lib/memfs: change the Watch method to accept struct
Shulhan
2021-12-26
lib/memfs: add method Init
Shulhan
2021-12-19
lib/memfs: realign struct Node, Options, PathNode, and on unit tests
Shulhan
2021-10-09
lib/memfs: remove PathNode "f" field
Shulhan
2021-10-09
lib/memfs: prefix all error when the method or function names
Shulhan
2021-10-09
lib/memfs: refactoring Node field V into Content
Shulhan
2021-10-09
lib/memfs: simplify createRoot and scanDir
Shulhan
2021-08-29
lib/memfs: change the MarshalJSON to always return an object
Shulhan
2021-08-22
lib/memfs: add method Save and Encode
Shulhan
2021-08-22
lib/memfs: fix empty file not being added to tree
Shulhan
2021-08-22
lib/memfs: fix symbolic link with different name
Shulhan
2021-07-30
lib/memfs: fix the unit test due to different modTime result after clone
Shulhan
2021-07-25
lib/memfs: implement json.Marshaler on MemFS and Node
Shulhan
2021-07-18
lib/memfs: reorder the test functions by names
Shulhan
2021-07-08
lib/memfs: fix unit test due changes on Merge function
Shulhan
2021-06-03
memfs: add function to Merge one or more instance of MemFS
Shulhan
2021-05-04
memfs: fix test by checking multiple content-types
Shulhan
2021-04-27
memfs: update the test ContentType for JavaScript files
Shulhan
2021-03-14
all: refactoring the test.Assert and test.AssertBench signature
Shulhan
2021-01-09
memfs: allow AddFile to set internal path
Shulhan
2021-01-08
memfs: remove field WithContent
Shulhan
2021-01-08
memfs: refactoring, allow multiple instances of memfs in single package
Shulhan
2020-06-06
all: use default linter options
Shulhan
2020-05-07
memfs: make the Node Readdir works when calling from generated Go code
Shulhan
2020-05-07
memfs: simplify the API, add directory parameter to New
Shulhan
2020-04-23
memfs: fix test based on changes on 8b030beb
Shulhan
2019-12-09
memfs: implement os.FileInfo on Node
Shulhan
[next]