Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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)
- Loading branch information