Replace all remaining fmt.Errorf and errors.New calls in production
code with coreerr.E("caller.Method", "message", err) from go-log.
This standardises error handling across 23 files using the structured
error convention already established in the plugin package.
Co-Authored-By: Virgil <virgil@lethean.io>
|
||
|---|---|---|
| .. | ||
| forgejo | ||
| handlers | ||
| journal.go | ||
| journal_test.go | ||
| poller.go | ||
| poller_test.go | ||
| types.go | ||
| types_test.go | ||