Resource Embedding
statik3.8K

Embeds static files into a Go executable.

packr3.4K

The simple and easy way to embed static files into Go binaries.

go.rice2.4K

go.rice is a Go package that makes working with resources such as HTML, JS, CSS, images, and templates very easy.

vfsgen984

Generates a vfsdata.go file that statically implements the given virtual filesystem.

fileb0x635

Simple tool to embed files in go with focus on "customization" and ease to use.

go-resources177

Unfancy resources embedding with Go.

debme33

Create an embed.FS from an existing embed.FS subdirectory.

templify30

Embed external template files into Go code to create single file binaries.

rebed29

Recreate folder structures and files from Go 1.16's embed.FS type

mule15

Embed external resources like images, movies ... into Go source code to create single file binaries using go generate. Focused on simplicity.