Package statics
Package statics embeds static files into your go applications. It provides helper methods and objects to retrieve embeded files and serve via http.
It has the following unique features:
Follow
go.rice
go.rice is a Go package that makes working with resources such as html,js,css,images and templates easy. During development go.rice will load required files directly from disk. Upon deployment it's easy to ad
Resources
Unfancy resources embedding with Go.
No blings.
No runtime dependency.
Idiomatic Library First design.
Dude, Why?
Yes, there is quite a lot of projects that handles resource embedding
Go Embed
Generates go code to embed resource files into your library or executable. This is more suitable for web servers as it gzip compresses all the files automatically and computes the hash so that it can be used fo
Warning
this repository is not maintained. Questions or suggestions can be posted here.
bindata
This package converts any file into managable Go source code. Useful for embedding binary data into a go progra
fileb0x
What is fileb0x?
A better customizable tool to embed files in go.
It is an alternative to go-bindata that have better features and organized configuration.
TL;DR
a better go-bindata
esc
esc embeds files into go programs and provides http.FileSystem interfaces to them.
It adds all named files or files recursively under named directories at the path specified. The output file provides an http.File