gophertype/pkg/responses
Noah Petherbridge 898f82fb79 Modernize Backend Go App
* Remove Negroni in favor of the standard net/http server.
* Remove gorilla/mux in favor of the standard net/http NewServeMux.
* Remove gorilla/sessions in favor of Redis session_id cookie.
* Remove the hacky glue controllers setup in favor of regular defined routes
  in the router.go file directly.
* Update all Go dependencies for Go 1.24
* Move and centralize all the HTTP middlewares.
* Add middlewares for Logging and Recovery to replace Negroni's.
2025-04-03 22:45:34 -07:00
..
errors.go Basic Blog Functionality & Permissions 2019-11-26 16:54:02 -08:00
filesystem.go Code cleanup 2023-07-01 16:04:02 -07:00
json.go Image uploader on Blog Edit page 2020-02-15 20:34:32 -08:00
redirect.go Sessions, log in and out 2019-11-25 19:55:28 -08:00
static_file.go Dust off gophertype and fix some bugs 2022-12-05 21:09:06 -08:00
template_functions.go Image uploader on Blog Edit page 2020-02-15 20:34:32 -08:00
template_vars.go Modernize Backend Go App 2025-04-03 22:45:34 -07:00
templates.go Basic Blog Functionality & Permissions 2019-11-26 16:54:02 -08:00