package handlers import "net/http" func Ping(rw http.ResponseWriter, req *http.Request) { }