mirror of https://github.com/gofiber/fiber.git
chore!: Update CSRF and Limiter to remove repetitive names The `exported` rule of revive warns to not repeat the package name in method names. For example, prefer `csrf.FromCookie` over `csrf.CsrfFromCookie`. This is a breaking change for v3. It appears that these issues will not be caught by the linter until the `exported` rule is reenabled. This requires comments on all exported symbols, which is a much broader effort. |
||
---|---|---|
.. | ||
config.go | ||
limiter.go | ||
limiter_fixed.go | ||
limiter_sliding.go | ||
limiter_test.go | ||
manager.go | ||
manager_msgp.go | ||
manager_msgp_test.go |