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
Hi,
I wanted to use the package, due to Bind and already using chi (of course), but I missed an easier way to encode structs like I do with @unrolled/render:
render.JSON(w, http.StatusOK, data)
Could you explain why that is a bad idea (if it is) ?
Thanks for chi!
The text was updated successfully, but these errors were encountered:
Hi,
I wanted to use the package, due to Bind and already using chi (of course), but I missed an easier way to encode structs like I do with @unrolled/render:
render.JSON(w, http.StatusOK, data)
Could you explain why that is a bad idea (if it is) ?
Thanks for chi!
The text was updated successfully, but these errors were encountered: