mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 11:39:17 +00:00
10 lines
131 B
Go
10 lines
131 B
Go
|
package databag
|
||
|
|
||
|
import (
|
||
|
"net/http"
|
||
|
)
|
||
|
|
||
|
//KeepCall keeps the call alive
|
||
|
func KeepCall(w http.ResponseWriter, r *http.Request) {
|
||
|
}
|