Changelog
- 52d460b Bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.2
- 8292b9d Merge pull request #522 from rusq/i521
- 2e74a6d Merge pull request #523 from rusq/i521-tests
- 8c7ef30 Merge pull request #527 from alexandear-org/chore/filename-typos
- 6f2d169 Merge pull request #528 from alexandear-org/chore/fix-typos
- 062fa87 Merge pull request #529 from alexandear-org/test/t-context
- 3a37c8d Merge pull request #530 from alexandear-org/refactor/format-all
- fb4e347 Merge pull request #531 from rusq/dependabot/go_modules/github.com/go-chi/chi/v5-5.2.2
- ce0ac91 copilot review
- 573d37a correct typos across multiple files
- 474a82c correct typos in a few filenames
- cc7522f replace context.Background with t.Context in tests
- f4a2629 replace unsafe characters in the filename before saving
- 8886f24 simplify format.All implementation
- 2501270 test coverage for #521