:brain: :file_cabinet: In-memory filesystem implementation of io/fs.FS
Stars
97
Forks
16
Watchers
Open Issues
5
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
20
commits
3
feat: support to FileInfo.Sys() (#19)
82830c8
fix: use FileMode.IsDir() (#18)
7b46b09
feat: Add SetModified (#17)
b382a6f
fix: allow filenames prefixed with a dot (#16)
d2bd731
fix: close dangling lazy written files (#15)
0091873
feat: Add RemoveAll functionality (#14)
9213f53
feat: Add remove functionality (#13)
34bba9d
feat: Add ExtendFS to take one FS and make a new one from it (#12)
959a422
feat: better cross-platform support (#11)
ed550ca
fix: Fix Windows support (#10)
dc31f75
docs: Fix typos (#9)
eda1400
Update file.go (#8)
c867415
Update README.md (#7)
e956a1c
docs: Fix typo in godoc (#6)
d50e517
Update README.md (#5)
634f415