forgejo/routers/api/v1/user
wxiaoguang 20c135cd46
Use Go 1.19 fmt for Gitea 1.17, sync emoji data ()
The images used by Gitea's drone pipeline were upgraded to Go 1.19.x
It causes the lint fails because Go 1.19 uses new code format.

This PR partially backport  (including the emoji-data sync),
partially fix the format manually.
2022-09-22 21:58:31 +08:00
..
app.go Move almost all functions' parameter db.Engine to context.Context () 2022-05-20 22:08:52 +08:00
email.go Use Go 1.19 fmt for Gitea 1.17, sync emoji data () 2022-09-22 21:58:31 +08:00
follower.go Only show Followers that current user can access () () 2022-07-06 22:03:23 +01:00
gpg_key.go Pad GPG Key ID with preceding zeroes () () 2022-08-22 19:35:18 +01:00
helper.go Move almost all functions' parameter db.Engine to context.Context () 2022-05-20 22:08:52 +08:00
key.go Fix DELETE request for non-existent public key () 2022-04-21 03:08:30 +02:00
repo.go Move some repository related code into sub package () 2022-06-06 16:01:49 +08:00
settings.go Move almost all functions' parameter db.Engine to context.Context () 2022-05-20 22:08:52 +08:00
star.go Move almost all functions' parameter db.Engine to context.Context () 2022-05-20 22:08:52 +08:00
user.go Move almost all functions' parameter db.Engine to context.Context () 2022-05-20 22:08:52 +08:00
watch.go Move almost all functions' parameter db.Engine to context.Context () 2022-05-20 22:08:52 +08:00