Update routergroup.go (#3056)

This commit is contained in:
bestgopher 2022-02-14 14:39:57 +08:00 committed by GitHub
parent 87e40d6b15
commit 3757142584
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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