This repository has been archived on 2022-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
gitea/modules/graceful
delvh 0ebb45cfe7
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
Found using
`find . -type f -name '*.go' -print -exec vim {} -c
':%s/fmt\.Errorf(\(.*\)%v\(.*\)err/fmt.Errorf(\1%w\2err/g' -c ':wq' \;`

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2022-10-24 20:29:17 +01:00
..
context.go Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
manager_unix.go Fix signal loop in graceful manager (#19943) 2022-06-12 21:50:18 +08:00
manager_windows.go call builtinUnused() if internal SSH is disabled (#20877) 2022-08-20 22:09:41 +01:00
manager.go Fix graceful doc (#20883) 2022-08-21 02:50:27 -04:00
net_unix.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2022-10-24 20:29:17 +01:00
net_windows.go Remove legacy +build: constraint (#19582) 2022-05-02 23:22:45 +08:00
restart_unix.go Preserve unix socket file (#20499) 2022-08-13 22:31:33 +01:00
server_hooks.go Graceful: Xorm, RepoIndexer, Cron and Others (#9282) 2019-12-15 09:51:28 +00:00
server_http.go Support Proxy protocol (#12527) 2022-08-21 19:20:43 +01:00
server.go Support Proxy protocol (#12527) 2022-08-21 19:20:43 +01:00