mirror of https://github.com/gofiber/fiber.git
🎨 : Updated navigation for the examples
parent
57876114b4
commit
0f85d566a0
|
@ -13,7 +13,7 @@ Compression middleware for [Fiber](https://github.com/gofiber/fiber) that will c
|
|||
func New(config ...Config) fiber.Handler
|
||||
```
|
||||
|
||||
### Example
|
||||
### Examples
|
||||
Import the compress package that is part of the Fiber web framework
|
||||
```go
|
||||
import (
|
||||
|
@ -78,4 +78,4 @@ const (
|
|||
LevelBestSpeed = 1
|
||||
LevelBestCompression = 2
|
||||
)
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue