Commit Briefs

119c5494ff Evan Burkey

Convert README from markdown to plaintext (master)


3993ce191a Evan Burkey

add directory size calculations


0892929695 Evan Burkey

update module path


d731b8751b Evan Burkey

add mockfile that holds a size instead of data


10e7bb7102 Evan Burkey

add ci


bf3d3db898 Evan Burkey

init


Branches

Tags

This repository contains no tags

Tree

.gitignorecommits | blame
.gitlab-ci.ymlcommits | blame
LICENSEcommits | blame
READMEcommits | blame
dir.gocommits | blame
file.gocommits | blame
go.modcommits | blame
go.sumcommits | blame
mockfile.gocommits | blame
vfs.gocommits | blame
vfs_test.gocommits | blame

README

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.