BasicAuth

Healthcheck is a middleware this package provides a simple way to check the health of your application.

features

Simple healthcheck endpoint

Customizable endpoint


// Function signature
    app.Use(healthcheck.New())
                        
routing.go