Implement StatFS #1

Closed
opened 2021-02-18 04:56:55 +00:00 by jolheiser · 1 comment
jolheiser commented 2021-02-18 04:56:55 +00:00 (Migrated from gitea.com)

Currently using something like fs.WalkDir only provides the tree on disk, but we want to return the embed.FS because those are the base layer to be overridden.

Currently using something like `fs.WalkDir` only provides the tree on disk, but we want to return the `embed.FS` because those are the base layer to be overridden.
jolheiser commented 2021-02-20 02:43:31 +00:00 (Migrated from gitea.com)

As it turns out, the real override needed to be fs.ReadDir.

As it turns out, the real override needed to be `fs.ReadDir`.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: jolheiser/overlay#1
There is no content yet.