Skip to content

Commit 53a0835

Browse files
committed
remove unused handler
1 parent 798168e commit 53a0835

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

example/example.go

-3
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ func main() {
5050
}
5151
}()
5252
http.Handle("/debug/metrics", metric.Handler(metric.Exposed))
53-
http.HandleFunc("/fib", func(w http.ResponseWriter, r *http.Request) {
54-
55-
})
5653
http.HandleFunc("/fibrec", func(w http.ResponseWriter, r *http.Request) {
5754
expvar.Get("fib:rec:count").(metric.Metric).Add(1)
5855
start := time.Now()

0 commit comments

Comments
 (0)