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).
..
db.go Replace `interface{}` with `any` ()
db_test.go
hash.go
main_test.go
tests.go Replace `interface{}` with `any` ()