Results 2 issues of Diego

i have a problems when i try loggin del body because de body is null ``` gin.LoggerWithFormatter(func(param gin.LogFormatterParams) string { body, err := ioutil.ReadAll(param.Request.Body) ``` the problem is in my...

do you have any example for implementation with gin, echo?