mirror of
https://github.com/taigrr/gico.git
synced 2026-04-15 09:40:55 -07:00
Replace gorilla/mux and gorilla/handlers with Go 1.22+ stdlib ServeMux method patterns. Fix panic-on-error to return proper HTTP error responses. Fix Content-Type from text/html to image/svg+xml for SVG endpoints. Remove gorilla dependencies from go.mod.