resolve conversation

Signed-off-by: wanjunlei <wanjunlei@yunify.com>
This commit is contained in:
wanjunlei
2020-12-21 17:10:33 +08:00
parent 039507c9ae
commit 83c010c691
5 changed files with 15 additions and 16 deletions

View File

@@ -334,7 +334,7 @@ func (m *Regexp) IsValid() bool {
return true
}
func NewRegexp(key, val string) *Regexp {
func NewRegex(key, val string) *Regexp {
return &Regexp{
Regexp: map[string]string{
key: val,