go-bindata icon indicating copy to clipboard operation
go-bindata copied to clipboard

Option Function to grab asset data without decompressing it

Open timshannon opened this issue 7 years ago • 0 comments

Copy of issue from https://github.com/jteeuwen/go-bindata/issues/22

I like the idea of another function like AssetCompressed("filename") that returns the data without first decompressing it for use in scenarios where you'd want to serve it up directly to a web browser.

timshannon avatar Dec 15 '17 17:12 timshannon