-
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
feat(context): add BindQuery func #1029
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1029 +/- ##
==========================================
+ Coverage 96.61% 96.61% +<.01%
==========================================
Files 16 16
Lines 1712 1714 +2
==========================================
+ Hits 1654 1656 +2
Misses 50 50
Partials 8 8
Continue to review full report at Codecov.
|
@easonlin404 Please also add a new section on readme. |
@appleboy Already update readme. Thanks. |
README.md
Outdated
package main | ||
|
||
import "log" | ||
import "github.com/gin-gonic/gin" |
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.
import (
"log"
"github.com/gin-gonic/gin"
)
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.
fixed. thanks for your kind reminder.
see #742 (comment) , only parse/bind the query string params