Feat(mod): Moving project to module and cmd structure (so clients can
Clean(embed_test.go): Ensure directory is made for test files in
Feat(binary): Fully support embedded binary files.
This program will statically embed files (think HTML files for templates) in your Go source code. Minimal example: //go:generate -pattern 'html/*' -id htmlFiles