Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 215 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 215 Bytes

healthcheck

Health check endpoint for your HTTP server.

By default endpoint is located at /internal/health".

Example

// ...
healthcheck.AddHandler()

http.ListenAndServe(addr, nil)

License

MIT