Skip to content
/ healthz Public

πŸ™…β€β™‚οΈ Stop boilerplate!! HTTP healthcheck

License

Notifications You must be signed in to change notification settings

nnqq/healthz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

healthz

HTTP healthcheck

go get github.com/nnqq/healthz
package main

import "github.com/nnqq/healthz"

func main() {
    h := healthz.NewHealthz()
    err := h.Serve()
    if err != nil {
        panic(err)
    }
}

About

πŸ™…β€β™‚οΈ Stop boilerplate!! HTTP healthcheck

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages