1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-29 06:35:53 +00:00
gitea/models/migrations/v1_16
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
..
main_test.go
v189_test.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
v189.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
v190.go
v191.go Refactor setting.Database.UseXXX to methods (#23354) 2023-03-07 18:51:06 +08:00
v192.go
v193_test.go
v193.go
v194.go
v195_test.go
v195.go
v196.go
v197.go
v198.go
v199.go
v200.go
v201.go
v202.go
v203.go
v204.go
v205.go
v206.go
v207.go
v208.go
v209.go
v210_test.go
v210.go