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

Add //go:build lines #64

Merged
merged 1 commit into from
Sep 7, 2021
Merged

Conversation

nvanbenschoten
Copy link
Contributor

Necessary for a clean gofmt with Go 1.17.

See https://golang.org/doc/go1.17#gofmt.

This commit was the result of running go fmt ./....

Necessary for a clean gofmt with Go 1.17.

See https://golang.org/doc/go1.17#gofmt.

This commit was the result of running `go fmt ./...`.
@codecov
Copy link

codecov bot commented Sep 7, 2021

Codecov Report

Merging #64 (5fd75c3) into main (f6bdb73) will increase coverage by 0.1%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##            main     #64     +/-   ##
=======================================
+ Coverage   90.0%   90.1%   +0.1%     
=======================================
  Files         12      12             
  Lines       3471    3471             
=======================================
+ Hits        3124    3127      +3     
+ Misses       282     280      -2     
+ Partials      65      64      -1     
Impacted Files Coverage Δ
stack/webstack/webstack.go 96.2% <0.0%> (+5.7%) ⬆️

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 f6bdb73...5fd75c3. Read the comment docs.

@maruel
Copy link
Owner

maruel commented Sep 7, 2021

Thanks!

@maruel maruel merged commit ceae0a9 into maruel:main Sep 7, 2021
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