go-bindata-assetfs
go-bindata-assetfs copied to clipboard
Serves embedded files from `jteeuwen/go-bindata` with `net/http`
I wonder if you would consider a change to AssetFS to protect others from a problem I had, and took quite a while for me to find the root cause?...
I needed to use this library to embed my static files but when applying golint it fails due to functions containing underscores inside names etc. It is a little boring...
It would be neat to check an HTTP request for `Accept-Encoding: gzip` to return assets with a `Content-Encoding: gzip` header and the compressed asset body. Is there already a way...
The fileserver implementation returns http 200 regardless if the file exists or not or if there is any other error reading it.
this looks really nice. i am thinking of a slightly different applicatin of this. I think i can use this for packaging my own server deployment package too. Like when...
The `Prefix` property (and underlying code) does not behave as expected. If one have `data` directory with two files, for example, `app.html` and `index.html`, overall `Prefix` property of `assetFS` becomes...