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

container: make container.NewResolver() return a pointer #433

Merged
merged 1 commit into from
Feb 9, 2024

Commits on Feb 8, 2024

  1. container: make container.NewResolver() return a pointer

    Most go packages return pointers to structs when using `NewFoo()`.
    But `NewResolver()` does not and AFAICT there is no deep reason
    for this. I would prefer to return a pointer here, I got tripped
    up by this in
    osbuild/bootc-image-builder#139 (comment)
    mvo5 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    c12ffd7 View commit details
    Browse the repository at this point in the history