grim/hgkeeper

Instally pygments into the default image

17 months ago, Gary Kramlich
119639a05934
Instally pygments into the default image
package http
import (
"net/http"
)
func healthHandler(w http.ResponseWriter, r *http.Request) {
w.WriteHeader(http.StatusOK)
}