10 lines
98 B
Go
10 lines
98 B
Go
|
|
package heartbeat
|
||
|
|
|
||
|
|
import (
|
||
|
|
"net/http"
|
||
|
|
)
|
||
|
|
|
||
|
|
func Beat(w http.ResponseWriter, r *http.Request) {
|
||
|
|
|
||
|
|
}
|