avfs
avfs copied to clipboard
Another Virtual File System for Go
Results
2
avfs issues
Sort by
recently updated
recently updated
newest added
The `MemFS` is great for unit tests, and I absolutely adore your implementation. But it does present challenges when attempting to test failure modes, since it, you know, works really...
The general `avfs` is great. However, the IDM bit is problematic. As written, it can't support Windows / Plan 9 since it's uid/gid are strings and not numbers. https://pkg.go.dev/os/user#User I...