# README
handlerfunc
Commonly used public handlers.
Example of use
r := gin.New()
r.GET("/health", handlerfunc.CheckHealth)
r.GET("/ping", handlerfunc.Ping)
Commonly used public handlers.
r := gin.New()
r.GET("/health", handlerfunc.CheckHealth)
r.GET("/ping", handlerfunc.Ping)