xuzhiheng 3 лет назад
Родитель
Сommit
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"