Categorygithub.com/jcleira/handler
modulepackage
1.0.0
Repository: https://github.com/jcleira/handler.git
Documentation: pkg.go.dev

# README

Golang Custom Hander

Golang Custom HTTP Handler is a simple HTTP handler interface implementation to make easier errors early return.

Gohper

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.