grim/hgkeeper

653b933ba715
Remove the mercurial 6.1 pin from the container image
package http
import (
"net/http"
)
func healthHandler(w http.ResponseWriter, r *http.Request) {
w.WriteHeader(http.StatusOK)
}