mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-23 00:03:43 +00:00
🎨 : Updated navigation for the examples
This commit is contained in:
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
|
func New(config ...Config) fiber.Handler
|
||||||
```
|
```
|
||||||
|
|
||||||
### Example
|
### Examples
|
||||||
Import the compress package that is part of the Fiber web framework
|
Import the compress package that is part of the Fiber web framework
|
||||||
```go
|
```go
|
||||||
import (
|
import (
|
||||||
@ -78,4 +78,4 @@ const (
|
|||||||
LevelBestSpeed = 1
|
LevelBestSpeed = 1
|
||||||
LevelBestCompression = 2
|
LevelBestCompression = 2
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user