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>
|
||
|---|---|---|
| .. | ||
| cpp.go | ||
| cpp_test.go | ||
| docker.go | ||
| docker_test.go | ||
| go.go | ||
| go_test.go | ||
| linuxkit.go | ||
| linuxkit_test.go | ||
| taskfile.go | ||
| taskfile_test.go | ||
| wails.go | ||
| wails_test.go | ||