fix: ungzip compressed responses

This commit is contained in:
 Ilya Atamas
2019-04-22 14:23:53 +03:00
parent 838154ce9c
commit 6bde6faedc
5 changed files with 59 additions and 19 deletions

View File

@@ -49,7 +49,7 @@ import (
"time"
npmproxy "github.com/emeralt/npm-cache-proxy/proxy"
"github.com/go-redis/redis"
redis "github.com/go-redis/redis"
)
func main() {