grim/hgkeeper

Prepare for the 1.1.0 release
v1.1.0
16 months ago, Gary Kramlich
22d5b3872b43
Prepare for the 1.1.0 release
package http
import (
"net/http"
)
func healthHandler(w http.ResponseWriter, r *http.Request) {
w.WriteHeader(http.StatusOK)
}