1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-06 15:29:14 +00:00
forgejo/routers/web/explore
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
..
code.go Refactor indexer () 2023-06-23 12:37:56 +00:00
org.go Sort users and orgs on explore by recency by default () 2023-05-06 22:04:55 +08:00
repo.go Split lfs size from repository size () 2023-06-28 22:41:02 +00:00
topic.go Replace interface{} with any () 2023-07-04 18:36:08 +00:00
user.go Sort users and orgs on explore by recency by default () 2023-05-06 22:04:55 +08:00