Tree


.gitignorecommits | blame
.gitlab-ci.ymlcommits | blame
LICENSEcommits | blame
READMEcommits | blame
dir.gocommits | blame
file.gocommits | blame
go.modcommits | blame
go.sumcommits | blame
mockfile.gocommits | blame
vfs.gocommits | blame
vfs_test.gocommits | blame

README

vfs

`vfs` is a virtual in-memory filesystem. Unlike other similar implementations, it is not designed to expand beyond
a simple filesystem abstraction that lives in memory.