gitea/modules/test
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).
..
context_tests.go Replace `interface{}` with `any` ()
logchecker.go Rewrite logger system ()
logchecker_test.go Rewrite logger system ()
utils.go Use fetch to send requests to create issues/comments ()