1
0
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:
Vasanth Kumar 2020-09-19 09:53:30 +05:30 committed by GitHub
parent 57876114b4
commit 0f85d566a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
) )
``` ```