package
1.2.0
Repository: https://github.com/tiagomelo/go-templates.git
Documentation: pkg.go.dev

# Functions

Compress is a middleware that applies compression to HTTP responses.
Logger is a middleware that logs the start and end of each HTTP request along with some additional information.
PanicRecovery is a middleware that recovers from panics in the application, preventing the server from crashing and logging the stack trace.