type PathProcessor … type defaultPathProcessor … // Extract the parameters from the request url path func (d defaultPathProcessor) ExtractParameters(r *Route, _ *WebService, urlPath string) map[string]string { … } // Untokenize back into an URL path using the slash separator func untokenizePath(offset int, parts []string) string { … }