You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is really essential. With the most popular framework out there, Gin, we have to use BindJSON to bind the request body into struct. This is the same when we use bare net/http, we need to unmarshal the request body into struct.
And most of the time we will use pointer for the struct fields.
I wonder if you have any update for this because this is still open since 2019.
Do you have any update on this?
For example this
The text was updated successfully, but these errors were encountered: