remove commented out error
This commit is contained in:
parent
0fb1b066ae
commit
00a7bfe502
1 changed files with 0 additions and 1 deletions
1
main.go
1
main.go
|
@ -95,7 +95,6 @@ func init() {
|
||||||
}
|
}
|
||||||
|
|
||||||
func statusHandler(w http.ResponseWriter, r *http.Request) {
|
func statusHandler(w http.ResponseWriter, r *http.Request) {
|
||||||
//http.Error(w, "not implemented", http.StatusNotFound)
|
|
||||||
fmt.Fprintf(w, "current time: %v\n", time.Now())
|
fmt.Fprintf(w, "current time: %v\n", time.Now())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue