1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-03 03:56:18 -04:00
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_test.go
assignees.go
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
comment.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
content_history_test.go
content_history.go
dependency_test.go
dependency.go
issue_index.go
issue_label.go
issue_list_test.go Improve loadprojects for issue list (#25468) 2023-06-24 15:31:28 +00:00
issue_list.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_test.go
issue_user.go
issue_watch_test.go
issue_watch.go
issue_xref_test.go
issue_xref.go
issue.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
label_test.go
label.go
main_test.go
milestone_test.go
milestone.go
pull_list.go
pull_test.go
pull.go
reaction_test.go
reaction.go
review_test.go
review.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
stopwatch_test.go
stopwatch.go
tracked_time_test.go Store and use seconds for timeline time comments (#25392) 2023-06-23 12:12:39 +00:00
tracked_time.go Store and use seconds for timeline time comments (#25392) 2023-06-23 12:12:39 +00:00