docker / docker-credential-helpers

Programs to keep Docker login credentials safe by storing in platform keystores
MIT License
1.06k stars 169 forks source link

format code with gofumpt #273

Closed thaJeztah closed 1 year ago

thaJeztah commented 1 year ago

Doing a one-pass of formatting the code with gofumpt, which provides a superset of gofmt.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (7ce5629) 55.55% compared to head (9817a23) 55.55%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #273 +/- ## ======================================= Coverage 55.55% 55.55% ======================================= Files 9 9 Lines 666 666 ======================================= Hits 370 370 Misses 253 253 Partials 43 43 ``` | [Impacted Files](https://app.codecov.io/gh/docker/docker-credential-helpers/pull/273?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=docker) | Coverage Δ | | |---|---|---| | [osxkeychain/osxkeychain\_darwin.go](https://app.codecov.io/gh/docker/docker-credential-helpers/pull/273?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=docker#diff-b3N4a2V5Y2hhaW4vb3N4a2V5Y2hhaW5fZGFyd2luLmdv) | `71.07% <ø> (ø)` | | | [pass/pass.go](https://app.codecov.io/gh/docker/docker-credential-helpers/pull/273?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=docker#diff-cGFzcy9wYXNzLmdv) | `67.25% <ø> (ø)` | | | [secretservice/secretservice\_linux.go](https://app.codecov.io/gh/docker/docker-credential-helpers/pull/273?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=docker#diff-c2VjcmV0c2VydmljZS9zZWNyZXRzZXJ2aWNlX2xpbnV4Lmdv) | `0.00% <ø> (ø)` | | | [wincred/wincred\_windows.go](https://app.codecov.io/gh/docker/docker-credential-helpers/pull/273?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=docker#diff-d2luY3JlZC93aW5jcmVkX3dpbmRvd3MuZ28=) | `78.35% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

thaJeztah commented 1 year ago

@crazy-max PTAL (my editor continued to make these formatting changes, so thought it'd be good to get these in 😅)