mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2026-02-19 03:55:38 +08:00
优化代码
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
"regexp"
|
||||
)
|
||||
|
||||
var RegexpDigitNumber = regexp.MustCompile("^\\d+$")
|
||||
var RegexpDigitNumber = regexp.MustCompile(`^\d+$`)
|
||||
|
||||
func Get(object interface{}, keys []string) interface{} {
|
||||
if len(keys) == 0 {
|
||||
|
||||
Reference in New Issue
Block a user