xuzhiheng 3 år sedan
förälder
incheckning
2f97d946d3
1 ändrade filer med 2 tillägg och 1 borttagningar
  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"