瀏覽代碼

feat:修改类型

wangchuanjin 1 年之前
父節點
當前提交
2073e15d0e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      p/struct.go

+ 1 - 1
p/struct.go

@@ -794,7 +794,7 @@ func (s CSortList) Swap(i, j int) {
 }
 
 type MatchInfo struct {
-	Info      *map[string]interface{}
+	Info      map[string]interface{}
 	Keys      []string
 	Items     []string
 	MatchWays []string