소스 검색

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