Documentation ¶
Overview ¶
Package overlyafs provides a way to overlay multiple fs.FS.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FS ¶
type FS struct {
// contains filtered or unexported fields
}
FS overlays multiple fs.FS.
func From ¶
From creates a new overlay fs from the provided stack of FS. FS contents are considered in the reverse order of the provided slice. ie: the last stacked layer wins.
Click to show internal directories.
Click to hide internal directories.