- 000
As the title says is it possible to convert and embed.FS to a MemMapFS? This way I can make the memory FS writable too.
I want to use that FS within fiber, this FS will contains html templates, so a wanna have a set of predefined/default templates defined as (embed.FS) but I also want to be able to...