aboutsummaryrefslogtreecommitdiff
path: root/lib/memfs/node_test.go
AgeCommit message (Expand)Author
2024-12-28lib/memfs: refactoring Watch to use "watchfs/v2"Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2021-12-19lib/memfs: realign struct Node, Options, PathNode, and on unit testsShulhan
2021-12-19lib/memfs: remove field ContentEncoding from EmbedOptions and NodeShulhan
2021-10-09lib/memfs: prefix all error when the method or function namesShulhan
2021-10-09lib/memfs: use temporary directory for testing Node.Save()Shulhan
2021-10-09lib/memfs: refactoring Node field V into ContentShulhan
2021-08-23lib/memfs: fix the test due to unremoved node_save file on testdataShulhan
2021-08-22lib/memfs: add method Save and EncodeShulhan
2021-03-14all: refactoring the test.Assert and test.AssertBench signatureShulhan
2021-01-08memfs: remove field WithContentShulhan
2021-01-08memfs: refactoring, allow multiple instances of memfs in single packageShulhan
2020-06-10all: update email addressShulhan
2020-05-07memfs: simplify the API, add directory parameter to NewShulhan
2019-12-10memfs: simplify and fix the implementation and test of ReaddirShulhan
2019-12-10memfs: fix the test on Readdir to make it predictableShulhan
2019-12-09memfs: implement http.File on NodeShulhan
2019-12-09memfs: implement os.FileInfo on NodeShulhan
2019-12-09memfs: implement io.Closer, io.Reader, and io.Seeker on NodeShulhan