grim/hgkeeper

61b4f876b057
Update the Dockerfile to build with golang 1.17
package http
import (
"net/http"
)
func healthHandler(w http.ResponseWriter, r *http.Request) {
w.WriteHeader(http.StatusOK)
}