package databag import ( "net/http" ) //KeepCall keeps the call alive func KeepCall(w http.ResponseWriter, r *http.Request) { }