1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-18 09:15:49 +00:00
gitea/modules/graceful
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
..
releasereopen Rewrite logger system (#24726) 2023-05-21 22:35:11 +00:00
context.go Improve queue and logger context (#24924) 2023-05-26 07:31:55 +00:00
manager_unix.go Improve queue and logger context (#24924) 2023-05-26 07:31:55 +00:00
manager_windows.go Improve queue and logger context (#24924) 2023-05-26 07:31:55 +00:00
manager.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
net_unix.go Implement systemd-notify protocol (#21151) 2023-05-15 22:20:30 +00:00
net_windows.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
restart_unix.go Fix regression: access log template, gitea manager cli command (#24838) 2023-05-22 09:38:38 +08:00
server_hooks.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
server_http.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
server.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00