0
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-19 00:50:21 +01:00
forgejo/routers/web
silverwind 88f835192d
Replace interface{} with any ()
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 () 2023-07-04 18:36:08 +00:00
auth Replace interface{} with any () 2023-07-04 18:36:08 +00:00
devtest
events
explore Replace interface{} with any () 2023-07-04 18:36:08 +00:00
feed
healthcheck
misc
org Replace interface{} with any () 2023-07-04 18:36:08 +00:00
repo Replace interface{} with any () 2023-07-04 18:36:08 +00:00
shared Replace interface{} with any () 2023-07-04 18:36:08 +00:00
user Replace interface{} with any () 2023-07-04 18:36:08 +00:00
auth.go
auth_windows.go
base.go
goget.go
home.go
metrics.go
nodeinfo.go
swagger_json.go
web.go
webfinger.go Replace interface{} with any () 2023-07-04 18:36:08 +00:00