You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/modules/web/routing
wxiaoguang 3e4a4f9c67
Fix incorrect router logger (#26137)
A low-level mistake:

* `log.Info` is global `Info` function, which calls "default" logger
* `logger.Info` is the for router's logger
12 months ago
..
context.go Replace `interface{}` with `any` (#25686) 1 year ago
funcinfo.go Replace `interface{}` with `any` (#25686) 1 year ago
funcinfo_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
logger.go Fix incorrect router logger (#26137) 12 months ago
logger_manager.go Enable forbidigo linter (#24278) 1 year ago
requestrecord.go Replace `interface{}` with `any` (#25686) 1 year ago