README
¶
genembed
Embed resource files into your code via go generate
command.
This is a very simple solution to add the content of your files on the map[string][]byte
. With a minimum of settings.
NOTE: Please be mindful. Check what files you embed. The content of these files will be available from your code.
Quickstart
// TODO
Click to show internal directories.
Click to hide internal directories.