0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-04 02:04:36 +01:00
gitea/routers/web
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).
2023-07-04 18:36:08 +00:00
..
admin Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
auth Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
devtest Make "cancel" buttons have proper type in modal forms (#25618) 2023-07-03 14:04:50 +08:00
events
explore Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
feed
healthcheck
misc Decouple the different contexts from each other (#24786) 2023-05-21 09:50:53 +08:00
org Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
repo Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
shared Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
user Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
auth.go
auth_windows.go
base.go Fix all possible setting error related storages and added some tests (#23911) 2023-06-14 11:42:38 +08:00
goget.go
home.go
metrics.go
nodeinfo.go
swagger_json.go
web.go Support displaying diff stats in PR tab bar (#25387) 2023-07-03 01:00:28 +00:00
webfinger.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00