xuzhiheng 3 年之前
父节点
当前提交
2f97d946d3
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/history/historytask.go

+ 2 - 1
src/history/historytask.go

@@ -3,10 +3,11 @@ package history
 import (
 	"encoding/json"
 	"fmt"
-	"gopkg.in/mgo.v2/bson"
 	"regexp"
 	"sync"
 
+	"gopkg.in/mgo.v2/bson"
+
 	"log"
 	mongoutil "qfw/mongodb"
 	qu "qfw/util"