Include files in your binary the easy way
embed.FS wrapper providing additional functionality
A simple file embedder for Go
a better customizable tool to embed files in go; also update embedded files remotely without restarting the server
A small utility which generates Go code from any file. Useful for embedding binary data in a Go program.
Serves embedded files from `jteeuwen/go-bindata` with `net/http`
Unfancy resources embedding for Go with out of box http.FileSystem support.
go.rice is a Go package that makes working with resources such as html,js,css,images,templates, etc very easy.
ARCHIVED: A zero dependency asset embedder for Go
mule is a tool to be used with 'go generate' to embed external resources files into Go code.
Recreates directory and files from embedded filesystem using Go 1.16 embed.FS type.
Tool for embedding .ico & manifest resources in Go programs for Windows.
📁 Embeds static resources into go files for single binary compilation + works with http.FileSystem + symlinks
Embed files into a Go executable
A tool to be used with 'go generate' to embed external template files into Go code.
Takes an input http.FileSystem (likely at go generate time) and generates Go code that statically implements it.