Evan Burkey 3993ce191a | ||
---|---|---|
.gitignore | ||
.gitlab-ci.yml | ||
LICENSE | ||
README.md | ||
dir.go | ||
file.go | ||
go.mod | ||
go.sum | ||
mockfile.go | ||
vfs.go | ||
vfs_test.go |
README.md
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.