mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-16 21:32:11 +08:00
Update routergroup.go
This commit is contained in:
parent
87e40d6b15
commit
81eaa13fe8
@ -12,7 +12,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
// reg match english letters for http method name
|
// regEnLetter matches english letters for http method name
|
||||||
regEnLetter = regexp.MustCompile("^[A-Z]+$")
|
regEnLetter = regexp.MustCompile("^[A-Z]+$")
|
||||||
|
|
||||||
// anyMethods for RouterGroup Any method
|
// anyMethods for RouterGroup Any method
|
||||||
|
Loading…
x
Reference in New Issue
Block a user