gitea/routers/api/v1/repo
wxiaoguang 20c135cd46
Use Go 1.19 fmt for Gitea 1.17, sync emoji data (#21239)
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 #20758 (including the emoji-data sync),
partially fix the format manually.
2022-09-22 21:58:31 +08:00
..
blob.go
branch.go
collaborators.go
commits.go Add more checks in migration code (#21011) (#21050) 2022-09-04 08:41:21 -05:00
file.go Fix hard-coded timeout and error panic in API archive download endpoint (#20925) (#21051) 2022-09-06 07:54:47 +01:00
fork.go
git_hook.go
git_ref.go Use Go 1.19 fmt for Gitea 1.17, sync emoji data (#21239) 2022-09-22 21:58:31 +08:00
hook_test.go
hook.go Fill the specified ref in webhook test payload (#20961) (#21055) 2022-09-04 16:12:01 +01:00
issue_comment.go
issue_label.go
issue_reaction.go
issue_stopwatch.go
issue_subscription.go
issue_tracked_time.go Use Go 1.19 fmt for Gitea 1.17, sync emoji data (#21239) 2022-09-22 21:58:31 +08:00
issue.go
key.go
label.go
language.go
main_test.go
migrate.go
milestone.go
mirror.go
notes.go Add more checks in migration code (#21011) (#21050) 2022-09-04 08:41:21 -05:00
patch.go
pull_review.go Dismiss prior pull reviews if done via web in review dismiss (#20197) (#20407) 2022-07-19 17:46:33 +02:00
pull.go
release_attachment.go Return 404 NotFound if requested attachment does not exist (#20886) (#20941) 2022-08-25 11:30:41 +08:00
release_tags.go
release.go
repo_test.go
repo.go Use Go 1.19 fmt for Gitea 1.17, sync emoji data (#21239) 2022-09-22 21:58:31 +08:00
star.go
status.go
subscriber.go
tag.go
teams.go
topic.go Add missing return for when topic isn't found (#20351) (#20395) 2022-07-18 10:16:58 +08:00
transfer.go
tree.go
wiki.go