Open thomasvvugt opened 7 months ago
The overall change involves updating the import path for the fiber
package from version 2 to version 3 across multiple Go files. This update reflects a shift to a newer version of the library, likely to take advantage of improved features or compatibility.
Files | Change Summary |
---|---|
django/django.go , django_test.go |
Updated fiber package import from v2 to v3. |
handlebars/handlebars.go , handlebars_test.go |
Updated fiber package import from v2 to v3. |
jet/jet.go |
Updated fiber package import from v2 to v3. |
mustache/mustache.go , mustache_test.go |
Updated fiber package import from v2 to v3. |
fiber
v2 to v3 could involve updates to the fiber.Ctx
interface, which this issue addresses by updating documentation. This PR's changes could be part of the broader interface updates needed.
🐇✨ Code leaps through fields of green, From v2 to v3, a change unseen. With every hop, the future's bright, Fiber's new version takes flight. Cheers to code that smoothly runs, Under the watchful eyes of techy buns! 🚀🌟 🐇✨
jet/jet.go (2)
`12-12`: Updated import path to Fiber v3. This change aligns with the PR's objective to upgrade to Fiber v3. --- Line range hint `42-51`: Consider improving error handling strategy. Refer to the previous comment on changing `log.Fatalf` to returning an error for better error handling.
thx but lets wait for the RC version
Fix for #333
Main issue was the fiber.Map type not coming from gofiber/fiber/v3 but gofiber/fiber/v2.
Summary by CodeRabbit