feat: regexp2

This commit is contained in:
Adlyq
2023-09-03 22:00:37 +08:00
parent 2092a481b3
commit 3fd954d185
4 changed files with 28 additions and 18 deletions

View File

@ -1,7 +1,7 @@
package constant
import (
"regexp"
regexp "github.com/dlclark/regexp2"
)
var RewriteTypeMapping = map[string]RewriteType{