...
Package mapfs
Package mapfs takes in a description of a filesystem as a map[string]string
and writes it to a temp directory so that it may be used as an io/fs.FS.
type FS struct {
fs.FS
}
func New(m map[string]string) (*FS, error)
func (fs *FS) Close() error