Description
Files can be embedded into Go source code generated by a small command-line utility. It helps developers bundle templates, static assets, migrations, or other data directly into Go programs.
Generated code increases binary size and may include sensitive file contents if inputs are chosen carelessly. Review what is embedded before committing or publishing generated sources.