gitea/modules/web/routing
Giteabot 782b137682
Fix incorrect router logger () ()
Backport  by @wxiaoguang

A low-level mistake:

* `log.Info` is global `Info` function, which calls "default" logger
* `logger.Info` is the for router's logger

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
..
context.go Replace `interface{}` with `any` () ()
funcinfo.go Replace `interface{}` with `any` () ()
funcinfo_test.go Implement FSFE REUSE for golang files ()
logger.go Fix incorrect router logger () ()
logger_manager.go Enable forbidigo linter ()
requestrecord.go Replace `interface{}` with `any` () ()