Go virtual filesystem
Go to file
Evan Burkey 3993ce191a add directory size calculations 2023-08-05 12:01:26 -07:00
.gitignore init 2023-07-27 15:33:43 -07:00
.gitlab-ci.yml add ci 2023-07-27 15:34:52 -07:00
LICENSE init 2023-07-27 15:33:43 -07:00
README.md init 2023-07-27 15:33:43 -07:00
dir.go add directory size calculations 2023-08-05 12:01:26 -07:00
file.go init 2023-07-27 15:33:43 -07:00
go.mod update module path 2023-07-28 12:29:41 -07:00
go.sum update module path 2023-07-28 12:29:41 -07:00
mockfile.go add mockfile that holds a size instead of data 2023-07-27 15:56:09 -07:00
vfs.go add mockfile that holds a size instead of data 2023-07-27 15:56:09 -07:00
vfs_test.go add directory size calculations 2023-08-05 12:01:26 -07:00

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.