gitea/models/unittest
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).
..
consistency.go Replace `interface{}` with `any` ()
fixtures.go
fscopy.go
reflection.go Replace `interface{}` with `any` ()
testdb.go Replace `interface{}` with `any` ()
unit_tests.go