We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent accf209 commit 732610eCopy full SHA for 732610e
README.md
@@ -25,7 +25,7 @@ func addProduct(w http.ResponseWriter, r *http.Request) error {
25
return err
26
27
// Or, if you'd prefer to customise the status code:
28
- // errhandler.Error(http.StatusUnprocessableEntity, err)
+ // return errhandler.Error(http.StatusUnprocessableEntity, err)
29
}
30
31
products[p.ID] = p
0 commit comments