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

refactor: avoid calling strings.ToLower twice #3433

Merged
merged 1 commit into from Dec 22, 2022

Conversation

lgbgbl
Copy link
Contributor

@lgbgbl lgbgbl commented Dec 11, 2022

No description provided.

@codecov
Copy link

codecov bot commented Dec 11, 2022

Codecov Report

Merging #3433 (2a8c7e1) into master (cc367f9) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #3433   +/-   ##
=======================================
  Coverage   98.27%   98.27%           
=======================================
  Files          42       42           
  Lines        3137     3139    +2     
=======================================
+ Hits         3083     3085    +2     
  Misses         40       40           
  Partials       14       14           
Flag Coverage Δ
98.27% <100.00%> (+<0.01%) ⬆️
go-1.16 ∅ <ø> (∅)
go-1.17 98.18% <100.00%> (+<0.01%) ⬆️
go-1.18 98.18% <100.00%> (+<0.01%) ⬆️
go-1.19 98.27% <100.00%> (+<0.01%) ⬆️
macos-latest 98.27% <100.00%> (+<0.01%) ⬆️
ubuntu-latest 98.27% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
recovery.go 98.11% <100.00%> (+0.03%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@appleboy appleboy added this to the v1.9 milestone Dec 22, 2022
@appleboy appleboy merged commit 297b664 into gin-gonic:master Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants