gin-gonic / website

Official website and document for Gin
https://gin-gonic.com/
MIT License
122 stars 211 forks source link

docs: update bind-query-or-post.md example to be more understandable #253

Open ryanrw opened 11 months ago

ryanrw commented 11 months ago

The c.ShouldBind() is returned error type, so it would be better to understand if we provide the example that assign to err variable first before check if err is nil.