gitea/modules/web/routing
wxiaoguang 3e4a4f9c67
Fix incorrect router logger ()
A low-level mistake:

* `log.Info` is global `Info` function, which calls "default" logger
* `logger.Info` is the for router's logger
..
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` ()