mirror of
https://github.com/gofiber/fiber.git
synced 2025-05-01 21:22:21 +00:00
In some cases, loop variables had to be reassigned to a local variable to avoid concurrent access. This will no longer be needed when fiber's minimum go version is bumped to 1.22, where each loop iteration gets its own variable.