gobuffalo / genny

A framework for writing modular generators
MIT License
65 stars 14 forks source link

Upgrade genny for embed fs #42

Closed fasmat closed 2 years ago

fasmat commented 2 years ago

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).