Go-lang Resource Embedding

Back

1. debme

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

2. esc

Embeds files into Go programs and provides http.FileSystem interfaces to them.

3. fileb0x

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

4. go-resources

Unfancy resources embedding with Go.

5. go.rice

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

6. mule

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

7. packr

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

8. rebed

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

9. statics

Embeds static resources into go files for single binary compilation + works with http.FileSystem + symlinks.

10. statik

Embeds static files into a Go executable.

11. templify

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

12. vfsgen

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