remove commented out error

This commit is contained in:
Josh Deprez 2021-01-26 12:20:06 +11:00
parent 0fb1b066ae
commit 00a7bfe502

View file

@ -95,7 +95,6 @@ func init() {
}
func statusHandler(w http.ResponseWriter, r *http.Request) {
//http.Error(w, "not implemented", http.StatusNotFound)
fmt.Fprintf(w, "current time: %v\n", time.Now())
}