No description
| .gitignore | ||
| .gitlab-ci.yml | ||
| dir.go | ||
| file.go | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| mockfile.go | ||
| README | ||
| vfs.go | ||
| vfs_test.go | ||
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.