We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798168e commit 53a0835Copy full SHA for 53a0835
example/example.go
@@ -50,9 +50,6 @@ func main() {
50
}
51
}()
52
http.Handle("/debug/metrics", metric.Handler(metric.Exposed))
53
- http.HandleFunc("/fib", func(w http.ResponseWriter, r *http.Request) {
54
-
55
- })
56
http.HandleFunc("/fibrec", func(w http.ResponseWriter, r *http.Request) {
57
expvar.Get("fib:rec:count").(metric.Metric).Add(1)
58
start := time.Now()
0 commit comments