Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add ExtendFS to take one FS and make a new one from it #12

Merged
merged 3 commits into from
May 4, 2022

Conversation

owenrumney
Copy link
Contributor

This is particularly dandy in situations when you have something that
implements fs.FS but you can't write to it and you want a memoryfs.FS to
work with and add stuff too.

Signed-off-by: Owen Rumney owen@owenrumney.co.uk

This is particularly dandy in situations when you have something that
implements fs.FS but you can't write to it and you want a memoryfs.FS to
work with and add stuff too.

Signed-off-by: Owen Rumney <owen@owenrumney.co.uk>
@owenrumney owenrumney force-pushed the owenr-make-memoryfs-great-again branch from b85e8d5 to 89f471f Compare May 3, 2022 19:36
Signed-off-by: Owen Rumney <owen@owenrumney.co.uk>
@owenrumney owenrumney force-pushed the owenr-make-memoryfs-great-again branch from 34871cb to 7a3a33a Compare May 3, 2022 19:57
Signed-off-by: Owen Rumney <owen@owenrumney.co.uk>
@owenrumney owenrumney force-pushed the owenr-make-memoryfs-great-again branch from 3c38731 to 0077116 Compare May 4, 2022 08:20
@liamg liamg merged commit 959a422 into liamg:master May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants