var customVerbReg … func hasCustomVerb(routeToken string) bool { … } func isMatchCustomVerb(routeToken string, pathToken string) bool { … } func removeCustomVerb(str string) string { … }
var customVerbReg … func hasCustomVerb(routeToken string) bool { … } func isMatchCustomVerb(routeToken string, pathToken string) bool { … } func removeCustomVerb(str string) string { … }