grim/hgkeeper

ff57a21279e5
Add curl and ca-certificates which are useful for hooks
package http
import (
"net/http"
)
func healthHandler(w http.ResponseWriter, r *http.Request) {
w.WriteHeader(http.StatusOK)
}