-
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
fix error gin support min Go version #2584
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2584 +/- ##
==========================================
+ Coverage 98.49% 98.64% +0.15%
==========================================
Files 41 41
Lines 1989 1989
==========================================
+ Hits 1959 1962 +3
+ Misses 17 15 -2
+ Partials 13 12 -1
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
* Revert "Adding ppc64le architecture support on travis-ci (gin-gonic#2538)" (gin-gonic#2602) * test: fixed the TestUnixSocket test on windows (gin-gonic#2595) Co-authored-by: thinkerou <[email protected]> * gin mode unknown: show available mode (gin-gonic#2567) Co-authored-by: thinkerou <[email protected]> * fix error gin support min Go version (gin-gonic#2584) Co-authored-by: thinkerou <[email protected]> * Fixes to the graceful shutdown example (gin-gonic#2552) * Change error comparison to use errors.Is() and add a line of whitespace before the if statement on graceful shutdown * Change from log.Fatalf to log.Printf to ensure the graceful shutdown actually works Co-authored-by: J. J. Bigorra <[email protected]> Co-authored-by: thinkerou <[email protected]> * basic auth: fix timing oracle (gin-gonic#2609) Co-authored-by: thinkerou <[email protected]> * chore: Deleted spaces (gin-gonic#2622) * Remove the tedious named return value (gin-gonic#2620) Co-authored-by: thinkerou <[email protected]> Co-authored-by: thinkerou <[email protected]> Co-authored-by: Jeff <[email protected]> Co-authored-by: Rubi <[email protected]> Co-authored-by: Qt <[email protected]> Co-authored-by: Josep Jesus Bigorra Algaba <[email protected]> Co-authored-by: J. J. Bigorra <[email protected]> Co-authored-by: Snawoot <[email protected]> Co-authored-by: Alexander Melentyev <[email protected]> Co-authored-by: Andy Pan <[email protected]>
error min support Go version compare with README.md