Resource Embedding - Awesome Go
- debme - Create an embed.FS from an existing embed.FS subdirectory.
- esc - Embeds files into Go programs and provides http.FileSystem interfaces to them.
- fileb0x - Simple tool to embed files in go with focus on "customization" and ease to use.
- go-resources - Unfancy resources embedding with Go.
- go.rice - go.rice is a Go package that makes working with resources such as HTML, JS, CSS, images, and templates very easy.
- mule - Embed external resources like images, movies ... into Go source code to create single file binaries using go generate. Focused on simplicity.
- packr - The simple and easy way to embed static files into Go binaries.
- rebed - Recreate folder structures and files from Go 1.16's embed.FS type
- statics - Embeds static resources into go files for single binary compilation + works with http.FileSystem + symlinks.
- statik - Embeds static files into a Go executable.
- templify - Embed external template files into Go code to create single file binaries.
- vfsgen - Generates a vfsdata.go file that statically implements the given virtual filesystem.