Somewhat analogous to the preceding #3, it would be helpful if the merged_fs.MergedFS type implemented a Stat method, as prescribed by the io/fs.StatFS interface. The signature is:
Stat(name string) (fs.FileInfo. error)
I see that the MergedDirectory type already has a Stat method, which may play into implementing this new method.
Somewhat analogous to the preceding #3, it would be helpful if the
merged_fs.MergedFStype implemented aStatmethod, as prescribed by theio/fs.StatFSinterface. The signature is:I see that the
MergedDirectorytype already has aStatmethod, which may play into implementing this new method.