Replace all fmt.Errorf and errors.New calls across 32 production files
with coreerr.E("caller.Method", "message", err) from go-log, matching
the convention already established in publishers/scoop.go and
publishers/homebrew.go.
Co-Authored-By: Virgil <virgil@lethean.io>
|
||
|---|---|---|
| .. | ||
| publishers | ||
| testdata/.core | ||
| changelog.go | ||
| changelog_test.go | ||
| config.go | ||
| config_test.go | ||
| release.go | ||
| release_test.go | ||
| sdk.go | ||
| sdk_test.go | ||
| version.go | ||
| version_test.go | ||