mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2026-01-03 21:41:41 +08:00
优化代码
This commit is contained in:
@@ -23,7 +23,7 @@ import (
|
||||
"strings"
|
||||
)
|
||||
|
||||
var singleParamRegexp = regexp.MustCompile("^\\${[\\w.-]+}$")
|
||||
var singleParamRegexp = regexp.MustCompile(`^\${[\w.-]+}$`)
|
||||
|
||||
// Rule
|
||||
type Rule struct {
|
||||
|
||||
Reference in New Issue
Block a user