Skip to content

Commit

Permalink
Update routergroup.go (#3056)
Browse files Browse the repository at this point in the history
  • Loading branch information
bestgopher authored Feb 14, 2022
1 parent 87e40d6 commit 3757142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routergroup.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3757142

Please sign in to comment.