Skip to content

Satisfy the "io/fs.StatFS" interface #5

Description

@seh

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions