0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-06 14:23:17 +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
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_windows.go
auth.go
base.go
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