Skip to content
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.
/ genembed Public archive

Embed resource files into your code via go generate command.

License

Notifications You must be signed in to change notification settings

gebv/genembed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

archived: with go 1.16 and later versions it's works out of the box

genembed

GitHub GitHub release (latest SemVer) PkgGoDev tests Go Report Card codecov lint

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