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>
|
||
|---|---|---|
| .. | ||
| cmd_auth.go | ||
| cmd_config.go | ||
| cmd_forge.go | ||
| cmd_issues.go | ||
| cmd_labels.go | ||
| cmd_migrate.go | ||
| cmd_orgs.go | ||
| cmd_prs.go | ||
| cmd_repos.go | ||
| cmd_status.go | ||
| cmd_sync.go | ||
| helpers.go | ||