Quellcode durchsuchen

feat:修改类型

wangchuanjin vor 1 Jahr
Ursprung
Commit
2073e15d0e
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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