package heartbeat import ( "net/http" ) func Beat(w http.ResponseWriter, r *http.Request) { }