YanBo
Results
1
issues of
YanBo
file path: message/redis.go ``` go reg := regexp.MustCompile("(.+)@(.+)#(.+)|(.+)@(.+)") ``` This match for "*"@"*"# or "*"@"*", but for the file like *.conf, comment(#) is not required. So, it's a good idea...