gitea/modules/web
silverwind aba87285f0
Remove dead code identified by `deadcode` tool (#37271)
Ran [`deadcode`](https://pkg.go.dev/golang.org/x/tools/cmd/deadcode)
(`-test ./...`) to find functions, methods and error types unreachable
from any call path (including tests), and removed the truly-dead ones.

Co-authored-by: Claude (Opus 4.7) <noreply@anthropic.com>
2026-04-20 07:52:48 +00:00
..
middleware Remove dead code identified by `deadcode` tool (#37271) 2026-04-20 07:52:48 +00:00
routing Migrate from webpack to vite (#37002) 2026-03-29 10:24:30 +00:00
types Refactor web package and context package (#25298) 2023-06-18 09:59:09 +02:00
handler.go Migrate from webpack to vite (#37002) 2026-03-29 10:24:30 +00:00
routemock.go Make Golang correctly delete temp files during uploading (#36128) 2025-12-11 19:59:42 +01:00
routemock_test.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
router.go Refactor auth middleware (#36848) 2026-03-08 17:59:46 +08:00
router_combo.go Refactor arch route handlers (#32993) 2024-12-28 03:31:46 +00:00
router_path.go Fix RPM Registry 404 when package name contains 'package' (#37087) 2026-04-03 06:12:04 +00:00
router_test.go Fix RPM Registry 404 when package name contains 'package' (#37087) 2026-04-03 06:12:04 +00:00