fiber/middleware
nickajacks1 97da409533
🎨 Style!: Update CSRF and Limiter to remove repetitive names (#2846)
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.
2024-02-10 19:50:29 +01:00
..
2024-01-04 09:44:45 +01:00
2023-11-07 20:22:31 +03:00
2024-01-04 09:44:45 +01:00
2024-02-09 12:23:59 -08:00
2024-02-09 12:23:59 -08:00