go-build/pkg/release/publishers
Snider d0e22f76e1 refactor: replace remaining fmt.Errorf/errors.New with coreerr.E()
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>
2026-03-16 21:03:21 +00:00
..
templates refactor: restructure build/release/sdk into pkg/ layout 2026-03-13 09:30:02 +00:00
aur.go refactor: replace os.* and fmt.Errorf with go-io/go-log conventions 2026-03-16 20:07:58 +00:00
aur_test.go refactor: restructure build/release/sdk into pkg/ layout 2026-03-13 09:30:02 +00:00
chocolatey.go refactor: replace remaining fmt.Errorf/errors.New with coreerr.E() 2026-03-16 21:03:21 +00:00
chocolatey_test.go refactor: restructure build/release/sdk into pkg/ layout 2026-03-13 09:30:02 +00:00
docker.go refactor: replace remaining fmt.Errorf/errors.New with coreerr.E() 2026-03-16 21:03:21 +00:00
docker_test.go refactor: restructure build/release/sdk into pkg/ layout 2026-03-13 09:30:02 +00:00
github.go refactor: replace remaining fmt.Errorf/errors.New with coreerr.E() 2026-03-16 21:03:21 +00:00
github_test.go refactor: restructure build/release/sdk into pkg/ layout 2026-03-13 09:30:02 +00:00
homebrew.go refactor: replace os.* and fmt.Errorf with go-io/go-log conventions 2026-03-16 20:07:58 +00:00
homebrew_test.go refactor: restructure build/release/sdk into pkg/ layout 2026-03-13 09:30:02 +00:00
integration_test.go refactor: restructure build/release/sdk into pkg/ layout 2026-03-13 09:30:02 +00:00
linuxkit.go refactor: replace remaining fmt.Errorf/errors.New with coreerr.E() 2026-03-16 21:03:21 +00:00
linuxkit_test.go refactor: restructure build/release/sdk into pkg/ layout 2026-03-13 09:30:02 +00:00
npm.go refactor: replace os.* and fmt.Errorf with go-io/go-log conventions 2026-03-16 20:07:58 +00:00
npm_test.go refactor: restructure build/release/sdk into pkg/ layout 2026-03-13 09:30:02 +00:00
publisher.go refactor: restructure build/release/sdk into pkg/ layout 2026-03-13 09:30:02 +00:00
scoop.go refactor: replace os.* and fmt.Errorf with go-io/go-log conventions 2026-03-16 20:07:58 +00:00
scoop_test.go refactor: restructure build/release/sdk into pkg/ layout 2026-03-13 09:30:02 +00:00