memfs
An in memory implementation of fs.FS.
-
Filename
Size
Last Commit Date
Commit Message
-
..
-
LICENSE
767
2023/06/05 19:09:54
added LICENSE
-
README.md
4986
2024/08/18 20:08:57
regen'd README
-
directory.go
3642
2024/06/09 19:18:17
add String method to directory node
-
directory_rw.go
1890
2024/05/29 21:01:01
corrected implementation of dnodeRW.Type()
-
directory_rw_test.go
2876
2024/05/17 19:01:21
uncuddled for statements
-
directory_test.go
2101
2024/05/17 19:01:33
uncuddled for statements
-
file.go
4117
2024/06/09 19:18:11
add String method to file
-
file_rw.go
5353
2024/05/29 20:51:33
corrected implementation of File.Type()
-
file_rw_test.go
18540
2024/05/21 22:30:29
PathErrors should only be returned from methods that take a path
-
file_test.go
13044
2024/05/21 22:30:23
PathErrors should only be returned from methods that take a path
-
go.mod
45
2023/06/06 21:02:48
added go.mod
-
memfs.go
4024
2024/05/29 21:25:38
should be using path packkage, not filepath
-
memfs_rw.go
9230
2024/05/29 21:25:38
should be using path packkage, not filepath
-
memfs_rw_test.go
84981
2024/05/18 18:16:10
replaced magic num with const
-
memfs_test.go
29827
2024/05/16 07:07:15
updated paths to be correct according to fs.ValidPath
-
resolve.go
1751
2024/05/29 21:25:50
replaced magic num with const