gitea/modules/migration
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
..
file_format_testdata
…
schemas
…
comment.go Replace `interface{}` with `any` (#25686) 2023-07-04 18:36:08 +00:00
downloader.go Replace `interface{}` with `any` (#25686) 2023-07-04 18:36:08 +00:00
error.go
…
file_format.go Replace `interface{}` with `any` (#25686) 2023-07-04 18:36:08 +00:00
file_format_test.go
…
issue.go Fix restore repo bug, clarify the problem of ForeignIndex (#22776) 2023-02-07 09:18:52 +08:00
label.go Scoped labels (#22585) 2023-02-18 21:17:39 +02:00
messenger.go Replace `interface{}` with `any` (#25686) 2023-07-04 18:36:08 +00:00
milestone.go
…
null_downloader.go
…
options.go
…
pullrequest.go
…
reaction.go
…
release.go
…
repo.go
…
retry_downloader.go
…
review.go Fix restore repo bug, clarify the problem of ForeignIndex (#22776) 2023-02-07 09:18:52 +08:00
schemas_bindata.go
…
schemas_dynamic.go
…
schemas_static.go
…
uploader.go
…