fixed godoc example typo

This commit is contained in:
Gani Georgiev
2026-04-23 16:57:13 +03:00
parent a3ac674f36
commit 8a04904de1

View File

@@ -349,7 +349,7 @@ const DefaultMaxMemory = 16 << 20 // 16mb
//
// Title string `json:"title" form:"title"`
// Total int `json:"total" form:"total"`
// }
// }{}
// err := e.BindBody(&data)
func (e *Event) BindBody(dst any) error {
if e.Request.ContentLength == 0 {