1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-03 03:56:18 -04:00
gitea/models/user
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
..
avatar.go
badge.go
email_address_test.go
email_address.go
error.go Refactor rename user and rename organization (#24052) 2023-05-21 23:13:47 +08:00
external_login_user.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
follow_test.go
follow.go
list.go
main_test.go
must_change_password.go
openid_test.go
openid.go
redirect_test.go
redirect.go Fix bug when change user name (#25637) 2023-07-03 12:05:59 +02:00
search.go
setting_keys.go Show outdated comments in files changed tab (#24936) 2023-06-21 16:08:12 +00:00
setting_test.go
setting.go Add Debian package registry (#24426) 2023-05-02 12:31:35 -04:00
user_system.go
user_test.go Only validate changed columns when update user (#24867) 2023-05-24 07:30:55 +00:00
user_update.go
user.go Sync branches into databases (#22743) 2023-06-29 10:03:20 +00:00