How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
go.rice is a Go package that makes working with resources such as html,js,css,images,templates, etc very easy.
The simple and easy way to embed static files into Go binaries.
Embed static files in Go binaries (replacement for gobuffalo/packr)
Turn data file into go code.
The main features of go-bindata/go-bindata are: Static Asset Embedding.
Projects with overlapping indexed features include: geertjohan/go.rice — go.rice is a Go package that makes working with resources such as html,js,css,images,templates, etc very easy. gobuffalo/packr — The simple and easy way to embed static files into Go binaries. leaanthony/mewn. markbates/pkger — Embed static files in Go binaries (replacement for gobuffalo/packr). rakyll/statik — Statik is a build tool for the Go language that transforms directory structures and files into byte arrays within… shurcool/vfsgen — Takes an input http.FileSystem (likely at go generate time) and generates Go code that statically implements it.