-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
spell check #1796
spell check #1796
Conversation
wybcp
commented
Mar 5, 2019
- spell check
- variable should be little camel-case
- variable path collides with imported package name,avoid to use it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- spell check
- variable should be little camel-case
- variable path collides with imported package name,avoid to use it
Codecov Report
@@ Coverage Diff @@
## master #1796 +/- ##
=======================================
Coverage 98.62% 98.62%
=======================================
Files 41 41
Lines 2112 2112
=======================================
Hits 2083 2083
Misses 18 18
Partials 11 11
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
* master: make context.Keys available as LogFormatterParams (gin-gonic#1779) spell check (gin-gonic#1796) chore: use internal/json (gin-gonic#1791)