Go virtual filesystem
Go to file
Evan Burkey 10e7bb7102 add ci 2023-07-27 15:34:52 -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 init 2023-07-27 15:33:43 -07:00
file.go init 2023-07-27 15:33:43 -07:00
go.mod init 2023-07-27 15:33:43 -07:00
go.sum init 2023-07-27 15:33:43 -07:00
vfs.go init 2023-07-27 15:33:43 -07:00
vfs_test.go init 2023-07-27 15:33:43 -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.