TravisAvey / website-baseline

Website Basline
MIT License
0 stars 0 forks source link

Add Error Handler #90

Closed TravisAvey closed 3 months ago

TravisAvey commented 3 months ago

Check out gorilla/mux's error handling

I added one for not found via: r.NotFoundHandler = http.HandlerFunc(notFound) Look through docs to find others

TravisAvey commented 3 months ago

looks like there is method not allowed server errors will be fairly generic... like "oops! we did it again.."