go-bindata
go-bindata copied to clipboard
Option Function to grab asset data without decompressing it
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.