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

Drop gratuitous sync.Once in google CAs. #258

Merged
merged 1 commit into from
Dec 2, 2021

Commits on Dec 2, 2021

  1. Drop gratuitous sync.Once in google CAs.

    This threads `cmd.Context()` into the constructor, and has it call the client constructor directly.  Previously the caller was already wrapped in a `sync.Once`, but not this is all called once from the command's `Run` method.
    
    Signed-off-by: Matt Moore <mattmoor@chainguard.dev>
    mattmoor committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    6b68a73 View commit details
    Browse the repository at this point in the history