0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-07-08 12:18:41 +02:00
gitea/routers/web/user
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
..
setting Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2022-10-24 20:29:17 +01:00
avatar.go Return 404 when user is not found on avatar (#21476) 2022-10-16 19:48:17 +01:00
code.go Add user/organization code search (#19977) 2022-10-11 00:12:03 +01:00
home.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2022-10-24 20:29:17 +01:00
home_test.go Add some api integration tests (#18872) 2022-10-18 00:23:27 +08:00
main_test.go
notification.go Add pages to view watched repos and subscribed issues/PRs (#17156) 2022-09-29 22:09:14 +03:00
package.go Allow package version sorting (#21453) 2022-10-23 09:18:15 +08:00
profile.go Add user/organization code search (#19977) 2022-10-11 00:12:03 +01:00
search.go
stop_watch.go
task.go Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00