blang / vfs

Virtual filesystem library written in golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can this be used with embed ?

developedsoftware opened this issue · comments

To embed a file system in a go app and then use this to write / read to said file system.

Embed creates a readonly file system so weren't sure if it would be possible