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

Run gofmt -w -s on codebase #2773

Merged
merged 1 commit into from
Apr 8, 2019
Merged

Run gofmt -w -s on codebase #2773

merged 1 commit into from
Apr 8, 2019

Conversation

miekg
Copy link
Member

@miekg miekg commented Apr 8, 2019

This formats and simplifies all code by running gofmt -w -s on all Go
files.

This formats and simplifies all code by running gofmt -w -s on all Go
files.

Signed-off-by: Miek Gieben <miek@miek.nl>
@corbot
Copy link

corbot bot commented Apr 8, 2019

Thank you for your contribution. I've just checked the OWNERS files to find a suitable reviewer. This search was successful and I've asked varyoo (via /OWNERS) for a review.

If you have questions or suggestions for this bot, please file an issue against the miekg/dreck repository.

The bot understands the commands that are listed here.

@codecov-io
Copy link

Codecov Report

Merging #2773 into master will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2773   +/-   ##
=======================================
  Coverage   55.28%   55.28%           
=======================================
  Files         201      201           
  Lines       10198    10198           
=======================================
  Hits         5638     5638           
  Misses       4145     4145           
  Partials      415      415
Impacted Files Coverage Δ
core/dnsserver/server.go 9.58% <ø> (ø) ⬆️
coremain/run.go 31.57% <ø> (ø) ⬆️
plugin/kubernetes/controller.go 10.6% <0%> (ø) ⬆️

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 e3f9a80...782da88. Read the comment docs.

@miekg miekg merged commit 58c703f into master Apr 8, 2019
@corbot corbot bot deleted the fmt branch April 8, 2019 10:13
dna2github pushed a commit to dna2fork/coredns that referenced this pull request Jul 19, 2019
This formats and simplifies all code by running gofmt -w -s on all Go
files.

Signed-off-by: Miek Gieben <miek@miek.nl>
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.

2 participants