Fix lint
All checks were successful
Build / build (push) Successful in 21s
Build / release (push) Has been skipped

This commit is contained in:
Alessio 2025-02-19 20:13:06 -08:00
parent 6415bb3e74
commit 10cc65a408

View File

@ -22,4 +22,3 @@ func (app *Application) error_404(w http.ResponseWriter, r *http.Request) {
func (app *Application) error_500(w http.ResponseWriter, r *http.Request, err error) { func (app *Application) error_500(w http.ResponseWriter, r *http.Request, err error) {
panic("TODO") panic("TODO")
} }