Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/build: drive-by error handling tweaks #901

Merged
merged 1 commit into from
Sep 5, 2024

Commits on Sep 4, 2024

  1. cmd/build: drive-by error handling tweaks

    A quick drive-by commit to tweak the error handling in `cmd/build`
    to make it more idiomatic go, i.e. use `%w` and drop the `\n` from
    errors (this should not affect the UX as the fmt.Fprintf() that
    handles the error adds a `\n`).
    mvo5 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    80cf4f8 View commit details
    Browse the repository at this point in the history