1
0
mirror of https://github.com/labstack/echo.git synced 2025-06-19 00:27:34 +02:00

Updated godoc

Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana
2016-03-23 22:56:28 -05:00
parent 840e19dec1
commit 3a67c062de
4 changed files with 10 additions and 8 deletions

View File

@ -28,7 +28,7 @@ type (
var (
// DefaultGzipConfig is the default gzip middleware config.
DefaultGzipConfig = GzipConfig{
Level: gzip.DefaultCompression,
Level: -1,
}
)