mirror of
https://github.com/gin-gonic/gin.git
synced 2026-09-04 22:53:34 +08:00
binding.Form does not implement BindingBody, so the docs example could not compile or run. Use binding.JSON instead. Fixes #3296
binding.Form does not implement BindingBody, so the docs example could not compile or run. Use binding.JSON instead. Fixes #3296