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
/
node_test.go
Age
Commit message (
Expand
)
Author
2024-12-28
lib/memfs: refactoring Watch to use "watchfs/v2"
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2021-12-19
lib/memfs: realign struct Node, Options, PathNode, and on unit tests
Shulhan
2021-12-19
lib/memfs: remove field ContentEncoding from EmbedOptions and Node
Shulhan
2021-10-09
lib/memfs: prefix all error when the method or function names
Shulhan
2021-10-09
lib/memfs: use temporary directory for testing Node.Save()
Shulhan
2021-10-09
lib/memfs: refactoring Node field V into Content
Shulhan
2021-08-23
lib/memfs: fix the test due to unremoved node_save file on testdata
Shulhan
2021-08-22
lib/memfs: add method Save and Encode
Shulhan
2021-03-14
all: refactoring the test.Assert and test.AssertBench signature
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-10
all: update email address
Shulhan
2020-05-07
memfs: simplify the API, add directory parameter to New
Shulhan
2019-12-10
memfs: simplify and fix the implementation and test of Readdir
Shulhan
2019-12-10
memfs: fix the test on Readdir to make it predictable
Shulhan
2019-12-09
memfs: implement http.File on Node
Shulhan
2019-12-09
memfs: implement os.FileInfo on Node
Shulhan
2019-12-09
memfs: implement io.Closer, io.Reader, and io.Seeker on Node
Shulhan