Skip to content

Commit 0ee784f

Browse files
Copilotgaby
andauthored
Add missing fiber imports to MsgPack/CBOR documentation example
Agent-Logs-Url: https://github.com/gofiber/fiber/sessions/0c93520b-5e63-455a-9d73-5dc7ae7d45d8 Co-authored-by: gaby <835733+gaby@users.noreply.github.com>
1 parent 7ee05cf commit 0ee784f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/middleware/healthcheck.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ app.Get(healthcheck.ReadinessEndpoint, healthcheck.New(healthcheck.Config{
9191
```go
9292
import (
9393
"github.com/fxamacker/cbor/v2"
94+
"github.com/gofiber/fiber/v3"
95+
"github.com/gofiber/fiber/v3/middleware/healthcheck"
9496
"github.com/shamaton/msgpack/v3"
9597
)
9698

0 commit comments

Comments
 (0)