This repository was archived by the owner on Feb 20, 2021. It is now read-only.
release-0.6
This release makes some minor updates, largely as a result of contributions from @renard:
- We've updated the gzip-compression settings to prefer the smallest compression, rather than the fastest speed.
- We've updated the implementation of the resource-storage.
- Using a map, rather than an array.
- We use base64-encoding rather than hex-encoding.
- We've updated our test-cases to be more portable.
- Previously they failed upon Mac OS X host(s).
The net result should be that regenerated static.go
files should be smaller, as the resources embedded within them will be both compressed better, and encoded more efficiently.