gitea/models/issues
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
..
assignees.go
assignees_test.go
comment.go Replace `interface{}` with `any` (#25686) 2023-07-04 18:36:08 +00:00
comment_code.go Show outdated comments in files changed tab (#24936) 2023-06-21 16:08:12 +00:00
comment_list.go
comment_test.go Show outdated comments in files changed tab (#24936) 2023-06-21 16:08:12 +00:00
content_history.go
content_history_test.go
dependency.go
dependency_test.go
issue.go Replace `interface{}` with `any` (#25686) 2023-07-04 18:36:08 +00:00
issue_index.go
issue_label.go
issue_list.go Improve loadprojects for issue list (#25468) 2023-06-24 15:31:28 +00:00
issue_list_test.go Improve loadprojects for issue list (#25468) 2023-06-24 15:31:28 +00:00
issue_lock.go
issue_project.go Improve loadprojects for issue list (#25468) 2023-06-24 15:31:28 +00:00
issue_search.go
issue_stats.go
issue_test.go
issue_update.go Replace `interface{}` with `any` (#25686) 2023-07-04 18:36:08 +00:00
issue_user.go
issue_user_test.go
issue_watch.go
issue_watch_test.go
issue_xref.go
issue_xref_test.go
label.go
label_test.go
main_test.go
milestone.go
milestone_test.go
pull.go
pull_list.go
pull_test.go
reaction.go
reaction_test.go
review.go Replace `interface{}` with `any` (#25686) 2023-07-04 18:36:08 +00:00
review_test.go
stopwatch.go
stopwatch_test.go
tracked_time.go Store and use seconds for timeline time comments (#25392) 2023-06-23 12:12:39 +00:00
tracked_time_test.go Store and use seconds for timeline time comments (#25392) 2023-06-23 12:12:39 +00:00