Thanks for this great sample! Should there be a return statement in the 3 error handlers in this file
return
if err != nil { w.WriteHeader(http.StatusInternalServerError) return //like this }