diff --git a/example/main.go b/example/main.go index dcd7962..8e2a2f4 100644 --- a/example/main.go +++ b/example/main.go @@ -8,10 +8,6 @@ import ( func main() { router := gin.Default() - options := ginzip.DefaultOptions() - options.BrotliLevel = "" - options.GzipLevel = "" - ui := router.Group("/", ginzip.New(ginzip.DefaultOptions())) ui.GET("/", getTestHandler("Hello World (should be compressed)"))