forgejo/services/auth/source/oauth2
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
..
assert_interface_test.go
init.go
jwtsigningkey.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2022-10-24 20:29:17 +01:00
providers.go Fix various typos (#20338) 2022-07-12 23:32:37 +02:00
providers_base.go
providers_custom.go
providers_openid.go
providers_simple.go Use ImagedProvider for gplus oauth2 provider (#18504) 2022-02-01 01:02:56 +01:00
source.go
source_authenticate.go
source_callout.go
source_name.go
source_register.go
store.go
token.go Refactor jwt.StandardClaims to RegisteredClaims (#18344) 2022-01-20 22:52:56 +01:00
urlmapping.go