Ultimo commit pre-talk

main
parent 08e946fdba
commit c80b23c93d

@ -541,9 +541,9 @@ func DecodeAndValidateJSON(r *http.Request, target Validator) error {
return nil
}
```
...
```go
var foo FooRequest
if err := DecodeAndValidateJSON(r, &foo); err != nil {
http.Error(w, err.Error(), http.StatusInternalServerError)

Loading…
Cancel
Save