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.
gitea/routers/web/user
silverwind 88f835192d
Replace `interface{}` with `any` (#25686)
Result of running `perl -p -i -e 's#interface\{\}#any#g' **/*` and `make fmt`.

Basically the same [as golang did](2580d0e08d).
2 years ago
..
setting Replace `interface{}` with `any` (#25686) 2 years ago
avatar.go Set `X-Gitea-Debug` header once (#23361) 2 years ago
code.go Refactor indexer (#25174) 2 years ago
home.go Replace `interface{}` with `any` (#25686) 2 years ago
home_test.go Refactor web package and context package (#25298) 2 years ago
main_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
notification.go Fix pagination on `/notifications/watching` (#23564) 2 years ago
package.go Add direct serving of package content (#25543) 2 years ago
profile.go Fix profile render when the README.md size is larger than 1024 bytes (#25131) 2 years ago
search.go Replace `interface{}` with `any` (#25686) 2 years ago
stop_watch.go Move `convert` package to services (#22264) 2 years ago
task.go Replace `interface{}` with `any` (#25686) 2 years ago