memoryfs icon indicating copy to clipboard operation
memoryfs copied to clipboard

:brain: :file_cabinet: In-memory filesystem implementation of io/fs.FS

Results 6 memoryfs issues
Sort by recently updated
recently updated
newest added

Title says it all. It doesn't work with http.FileServerFS Note that this is said by the docs: > The files provided by fsys must implement [io.Seeker](https://pkg.go.dev/io#Seeker). I guess this filesystem...

Bumps gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gopkg.in/yaml.v3&package-manager=go_modules&previous-version=3.0.0-20200313102051-9f266ea9e77c&new-version=3.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Thanks for a great library. In my use case, I needed to inject an any value into ModTime, so I made the following modifications. The default value is set to...

`MkdirAll` creates a parent directory or changes its ModTime, while `Mkdir` creates only a specific subdirectory. The `mkdir` command in Linux updates the ModTime of the parent directory, so if...

Hello, I recently came across this project and was wondering if you had any more examples that might use some of the other finctions? fs.GlobFS fs.ReadDirFS as well as to...