mirror of https://github.com/golang/go.git
cmd/trace/v2: fix typo in comment
Signed-off-by: guoguangwu <guoguangwug@gmail.com>
This commit is contained in:
parent
1e433915ce
commit
0341d0fea7
|
|
@ -20,7 +20,7 @@ import (
|
|||
"time"
|
||||
)
|
||||
|
||||
// UserTasksHandlerFunc returns a HandlerFunc that reports all regions found in the trace.
|
||||
// UserRegionsHandlerFunc returns a HandlerFunc that reports all regions found in the trace.
|
||||
func UserRegionsHandlerFunc(t *parsedTrace) http.HandlerFunc {
|
||||
return func(w http.ResponseWriter, r *http.Request) {
|
||||
// Summarize all the regions.
|
||||
|
|
|
|||
Loading…
Reference in New Issue