go-starter-kit
go-starter-kit copied to clipboard
Issue: 87 Adding gzip support for all requests
This will add support for gzip to address - https://github.com/olebedev/go-starter-kit/issues/87
@olebedev
Hi @Rushit, thanks for the contribution! Did you see that tests have failed? It seems we have to make test passing, anyway.
@olebedev I will fix the tests on this PR.
Thanks man! I eventually got gzip working with echo's gzip middleware, but to do that I had to move bundle.js away from the binary.
Is there any reason from performance point of view to keep bundle.js in bindata?