Generates a vfsdata.go file that statically implements the given virtual filesystem.
Create an `embed.FS` from an existing `embed.FS` subdirectory.
Recreate folder structures and files from Go 1.16's `embed.FS` type
Package embed provides access to files embedded in the running Go program.