update the doc of function NewPathRecorderMux

This commit is contained in:
Cao Shufeng
2017-05-05 19:06:17 +08:00
parent 699606cbfa
commit 8b54081939

View File

@@ -71,7 +71,7 @@ type prefixHandler struct {
handler http.Handler
}
// NewPathRecorderMux creates a new PathRecorderMux with the given mux as the base mux.
// NewPathRecorderMux creates a new PathRecorderMux
func NewPathRecorderMux() *PathRecorderMux {
ret := &PathRecorderMux{
pathToHandler: map[string]http.Handler{},