google / go-cloud

The Go Cloud Development Kit (Go CDK): A library and tools for open cloud development in Go.
https://gocloud.dev/
Apache License 2.0
9.53k stars 809 forks source link

all: format all source code files with gofumpt and -extra option #3442

Closed peczenyj closed 4 months ago

peczenyj commented 4 months ago

I just run gofumpt, then gofumpt -extra on the repository

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 84.61538% with 2 lines in your changes missing coverage. Please review.

Project coverage is 73.41%. Comparing base (19db7d5) to head (d410408).

Files Patch % Lines
internal/releasehelper/releasehelper.go 50.00% 1 Missing :warning:
samples/guestbook/gcp/deploy/main.go 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3442 +/- ## ========================================== - Coverage 73.41% 73.41% -0.01% ========================================== Files 113 113 Lines 14947 14948 +1 ========================================== Hits 10974 10974 - Misses 3199 3200 +1 Partials 774 774 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.