gitea/modules/migration
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).
..
file_format_testdata Validate migration files ()
schemas Validate migration files ()
comment.go Replace `interface{}` with `any` ()
downloader.go Replace `interface{}` with `any` ()
error.go Implement FSFE REUSE for golang files ()
file_format.go Replace `interface{}` with `any` ()
file_format_test.go Implement FSFE REUSE for golang files ()
issue.go Fix restore repo bug, clarify the problem of ForeignIndex ()
label.go Scoped labels ()
messenger.go Replace `interface{}` with `any` ()
milestone.go Implement FSFE REUSE for golang files ()
null_downloader.go Implement FSFE REUSE for golang files ()
options.go Implement FSFE REUSE for golang files ()
pullrequest.go Implement FSFE REUSE for golang files ()
reaction.go Implement FSFE REUSE for golang files ()
release.go Implement FSFE REUSE for golang files ()
repo.go Implement FSFE REUSE for golang files ()
retry_downloader.go Implement FSFE REUSE for golang files ()
review.go Fix restore repo bug, clarify the problem of ForeignIndex ()
schemas_bindata.go Implement FSFE REUSE for golang files ()
schemas_dynamic.go Implement FSFE REUSE for golang files ()
schemas_static.go Implement FSFE REUSE for golang files ()
uploader.go Implement FSFE REUSE for golang files ()