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>
|
||
|---|---|---|
| .. | ||
| compile.go | ||
| compile_test.go | ||
| loader.go | ||
| loader_test.go | ||
| manifest.go | ||
| manifest_test.go | ||
| sign.go | ||
| sign_test.go | ||