fsoverlay
A package to combine multiple fs.FS implementations into a single tree.
-
Filename
Size
Last Commit Date
Commit Message
-
..
-
LICENSE
767
2024/06/12 22:05:24
added LICENSE
-
fsoverlay.go
3073
2024/06/13 21:02:20
add SubFS implementation
-
go.mod
51
2024/06/09 18:59:12
added go.mod
-
mount.go
1397
2024/06/13 21:59:24
added Open method stub to satisfy FS interface
-
os.go
1703
2024/06/13 21:59:42
flipped logic to make more readable
-
os_test.go
4456
2024/06/12 07:47:11
corrected method name
-
resolve.go
2110
2024/06/13 21:01:47
add ValidPath check when resolving paths