I added a method to generator that allows to pass in files from an fs.FS (for use with embed) as alternative to Box for passing in packd.Walker implementations.
Additionally I fixed a bunch of linting errors (mostly adding missing checks for returned errors).
I added a method to generator that allows to pass in files from an
fs.FS
(for use withembed
) as alternative to Box for passing inpackd.Walker
implementations.Additionally I fixed a bunch of linting errors (mostly adding missing checks for returned errors).