# README
Golang Custom Hander
Golang Custom HTTP Handler is a simple HTTP handler interface implementation to make easier errors early return.
It has been created as package as this boilerplate code it's repeated on every HTTP JSON API that i work on.
# Type aliases
Handler is our custom Handler func enhanced to do early return for errors.