grim/hgkeeper

Fix a typo in the readme

23 months ago, Gary Kramlich
a2f020bc5a00
Fix a typo in the readme
package http
import (
"net/http"
)
func healthHandler(w http.ResponseWriter, r *http.Request) {
w.WriteHeader(http.StatusOK)
}