Rinat

Results 20 comments of Rinat

My PR: https://github.com/gin-gonic/gin/pull/3312 however I think it is possible to update README and delete this feature for binding.Form

Usually you should use gin.H ```golang c.JSON(http.StatusOK, gin.H{ "message": "pong", }) ```

there are a lot of companies for supplier and procurement management.

yes, we've got the same issue

fake issue? seems like a malicious link

![grafik](https://user-images.githubusercontent.com/833157/194304144-cb463a04-e4fe-49a9-a4ce-190f34a71a27.png) i can upload any image

despite the upload issue, it looks like you've got **health check requests** from Azure monitor You should check **if Health check was enabled for your application and what path azure...

despite the upload issue, it looks like you've got health check requests from Azure monitor You should check if Health check was enabled for your application and what path azure...

maybe you can use "defer" ```golang func someFunc() { defer youFunc() .... other code } ``` https://go.dev/tour/flowcontrol/12

another point: "closing db connection" https://dba.stackexchange.com/questions/16969/how-costly-is-opening-and-closing-of-a-db-connection you should consider to integrate db pool of connections or 1 persistent connection per app instance.