xuzhiheng 3 years ago
parent
commit
2f97d946d3
1 changed files with 2 additions and 1 deletions
  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"