You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Preserve existing behavior and ease maintenance by reducing external
dependencies.
- Create custom router (`CustomServeMux`) to replace `go-chi/chi/v5`. Also,
replace the few middlewares to eliminate other Chi imports.
- Implement `bat-go` style error handling without a dependency using `AppError`
type and handler
- Consolidate routing to make it easier to understand the whole
interface in one place.
0 commit comments