grim/hgkeeper

ebc5f568d629
Add a note about downloads and pgp verification to the readme
package http
import (
"net/http"
)
func healthHandler(w http.ResponseWriter, r *http.Request) {
w.WriteHeader(http.StatusOK)
}