grim/hgkeeper

Fix the unit tests

13 months ago, Gary Kramlich
9f9a854ed3b3
Fix the unit tests
package http
import (
"net/http"
)
func healthHandler(w http.ResponseWriter, r *http.Request) {
w.WriteHeader(http.StatusOK)
}