Update routergroup.go (#3056)
This commit is contained in:
parent
87e40d6b15
commit
3757142584
@ -12,7 +12,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
// reg match english letters for http method name
|
||||
// regEnLetter matches english letters for http method name
|
||||
regEnLetter = regexp.MustCompile("^[A-Z]+$")
|
||||
|
||||
// anyMethods for RouterGroup Any method
|
||||
|
Loading…
Reference in New Issue
Block a user