forgejo/services/issue
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
..
assignee.go
assignee_test.go
commit.go Add generic set type (#21408) 2022-10-12 13:18:26 +08:00
commit_test.go
content.go
issue.go Update milestone counters when issue is deleted (#21459) 2022-10-22 23:08:10 +08:00
issue_test.go
label.go
label_test.go
main_test.go
milestone.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2022-10-24 20:29:17 +01:00
milestone_test.go
status.go