repositorypackage
0.0.0-20210922141505-529d4987ab7e
Repository: https://github.com/willscott/memphis.git
Documentation: pkg.go.dev
# README
Memphis
Status: Minimum Viable
Memphis is a virtual (memory) file system for golang. It provides the same functionality (and is meant to be used as) a backing store for billy, rio, and others.
Memphis stores can also be generated from on-disk directory trees. File contents of unmodified files will be read from disk, while write requests to a file will transition them to in-memory content buffers.