You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/web/user/setting
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).
2 years ago
..
security Replace `interface{}` with `any` (#25686) 2 years ago
account.go Replace `interface{}` with `any` (#25686) 2 years ago
account_test.go Refactor web package and context package (#25298) 2 years ago
adopt.go Fix unclear `IsRepositoryExist` logic (#24374) 2 years ago
applications.go Replace `interface{}` with `any` (#25686) 2 years ago
keys.go Replace `interface{}` with `any` (#25686) 2 years ago
main_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
oauth2.go Implement FSFE REUSE for golang files (#21840) 2 years ago
oauth2_common.go Replace `interface{}` with `any` (#25686) 2 years ago
packages.go Add Chef package registry (#22554) 2 years ago
profile.go Refactor rename user and rename organization (#24052) 2 years ago
runner.go Add user level action runners (#24995) 2 years ago
webhooks.go Replace `interface{}` with `any` (#25686) 2 years ago