samber / slog-fiber

🚨 Fiber middleware for slog logger
https://pkg.go.dev/github.com/samber/slog-fiber
MIT License
53 stars 9 forks source link

fix: should use fiber.HeaderXRequestID #23

Closed neo-f closed 3 months ago

neo-f commented 3 months ago

fiber/v3 provided a const variable called HeaderXRequestID,

and the requestid middleware use it too.

samber commented 3 months ago

thanks!