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

[Automated] Format Go code #790

Merged
merged 1 commit into from
Oct 21, 2020
Merged

Conversation

mattmoor
Copy link
Collaborator

Produced via:

export FILES=( $(find -path './vendor' -prune -o -path './third_party' -prune -o -name '*.pb.go' -prune -o -type f -name '*.go' -print) )
goimports -w "${FILES[@]}"
gofmt -s -w  "${FILES[@]}"

/cc @jonjohnsonjr @imjasonh
/assign @jonjohnsonjr @imjasonh

Signed-off-by: Matt Moore (via Sockpuppet) <mattmoor@vmware.com>
@codecov-io
Copy link

codecov-io commented Oct 21, 2020

Codecov Report

Merging #790 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #790   +/-   ##
=======================================
  Coverage   75.55%   75.55%           
=======================================
  Files         102      102           
  Lines        4169     4169           
=======================================
  Hits         3150     3150           
  Misses        565      565           
  Partials      454      454           
Impacted Files Coverage Δ
pkg/crane/options.go 75.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8e0bbb8...7396747. Read the comment docs.

@imjasonh imjasonh merged commit 6344e57 into google:master Oct 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants