-
Notifications
You must be signed in to change notification settings - Fork 8k
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 json marshall in context json to fix breaking new line issue. Fixes #2209 #2228
Use json marshall in context json to fix breaking new line issue. Fixes #2209 #2228
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2228 +/- ##
=======================================
Coverage 98.38% 98.38%
=======================================
Files 41 41
Lines 2290 2290
=======================================
Hits 2253 2253
Misses 21 21
Partials 16 16 Continue to review full report at Codecov.
|
related #1546 |
Requesting your help @appleboy @thinkerou The first check From the details available here , I can see that the coverage diff is in I don't think this PR affects that file (to my knowledge binding is the reverse of WriteJSON) The check Kindly let me know on what I am missing here. |
This reverts commit e7bd017.
need @thinkerou review. |
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
gin-gonic#2209 (gin-gonic#2228) * ignore IntelliJ idea generated files * update JSON renderer to use Marshall() instead of Encode(). Fix gin-gonic#2209 * Revert "ignore IntelliJ idea generated files" This reverts commit e7bd017. Co-authored-by: Bo-Yi Wu <[email protected]> Co-authored-by: thinkerou <[email protected]>
Fixes the issue #2209