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

use errors.New to replace fmt.Errorf will much better #2707

Merged
merged 1 commit into from Apr 28, 2021
Merged

use errors.New to replace fmt.Errorf will much better #2707

merged 1 commit into from Apr 28, 2021

Conversation

0x2d3c
Copy link
Contributor

@0x2d3c 0x2d3c commented Apr 27, 2021

use errors.New to replace fmt.Errorf will much better

@codecov
Copy link

codecov bot commented Apr 27, 2021

Codecov Report

Merging #2707 (0c266f9) into master (c0418c4) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2707   +/-   ##
=======================================
  Coverage   98.67%   98.67%           
=======================================
  Files          41       41           
  Lines        2036     2036           
=======================================
  Hits         2009     2009           
  Misses         15       15           
  Partials       12       12           
Impacted Files Coverage Δ
binding/json.go 100.00% <100.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 c0418c4...0c266f9. Read the comment docs.

@appleboy appleboy added this to the v1.8 milestone Apr 28, 2021
@appleboy appleboy requested a review from thinkerou April 28, 2021 05:01
@thinkerou thinkerou merged commit 215c9ce into gin-gonic:master Apr 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants