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>
|
||
|---|---|---|
| .. | ||
| builder.go | ||
| builder_test.go | ||
| discovery.go | ||
| discovery_test.go | ||
| installer.go | ||
| installer_test.go | ||
| marketplace.go | ||
| marketplace_test.go | ||