fiber/middleware/filesystem
nickajacks1 4c68e0242d
ci: address multiple lint rules (#2869)
* ci: explicitly disable tagalign

Tagalign requires awkward manual formatting and doesn't provide much
value for readability.

* ci: enable mirror linter

mirror warns against certain cases of useless conversion between string
and []byte.

* ci: enable perfsprint linter

This linter encourages replacing several functions from the fmt package
with faster alternatives. While fixing issues, I also added a few
exported error types rather than returning a naked errors.New().
2024-02-19 14:33:10 +01:00
..
filesystem.go Merge branch 'master' into v3-beta 2023-11-07 20:22:31 +03:00
filesystem_test.go chore: Fix testifylint errors in middleware (#2805) 2024-01-21 08:32:23 +01:00
utils.go ci: address multiple lint rules (#2869) 2024-02-19 14:33:10 +01:00