* recover middleware
* simplify Atoi
* metadata data prototype
* InterestingAttention
* resize itself
* Bump version to 0.9.4
Added some comments
Removed String() for Extraparams
* Add metadata test
* Fix CI
* Remove unnecessary tests
* Update file count
* use t.Run to get test case
---------
Co-authored-by: n0vad3v <n0vad3v@riseup.net>
* check image size
could be useful for #169
* Remove more deprecated ioutil lib, and fix CI problem
* Fix deps
* Write a bigger file for testing
---------
Co-authored-by: n0vad3v <n0vad3v@riseup.net>
https://golang.org/doc/go1.16
Module-aware mode is enabled by default, regardless of whether a go.mod file is present in the current working directory or a parent directory. More precisely, the GO111MODULE environment variable now defaults to on. To switch to the previous behavior, set GO111MODULE to auto.
Build commands like go build and go test no longer modify go.mod and go.sum by default. Instead, they report an error if a module requirement or checksum needs to be added or updated (as if the -mod=readonly flag were used). Module requirements and sums may be adjusted with go mod tidy or go get.
* Add X-Compression-Rate on response header
* add test case for compression rate, change logging and other improvements
* move config to config.go, add header for safari and proxyMode, logging improvement
* update gitignore for remote-raw and coverage.txt
* Refine log level