grim/hgkeeper

ignore the build binaries

22 months ago, Gary Kramlich
ef4ae04808d3
ignore the build binaries
package http
import (
"net/http"
)
func healthHandler(w http.ResponseWriter, r *http.Request) {
w.WriteHeader(http.StatusOK)
}