1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-06 19:35:50 +00:00
gitea/modules/actions
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
..
github_test.go Support pull_request_target event (#25229) 2023-06-26 14:33:18 +08:00
github.go Support pull_request_target event (#25229) 2023-06-26 14:33:18 +08:00
log.go Support downloading raw task logs (#24451) 2023-06-29 10:58:56 +08:00
task_state_test.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
task_state.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
workflows_test.go Support pull_request_target event (#25229) 2023-06-26 14:33:18 +08:00
workflows.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00