maxiaoshan %!s(int64=4) %!d(string=hai) anos
pai
achega
e537e921f8
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      projectinfo/src/main.go
  2. 1 1
      projectinfo/src/task.go

+ 1 - 1
projectinfo/src/main.go

@@ -4,7 +4,7 @@ import (
 	"encoding/json"
 	"log"
 	mu "mfw/util"
-	mgoutil "mgoutil/mongodb"
+	mgoutil "mongodb"
 	"net"
 	"qfw/util"
 	es "qfw/util/elastic"

+ 1 - 1
projectinfo/src/task.go

@@ -2,7 +2,7 @@ package main
 
 import (
 	"log"
-	mgoutil "mgoutil/mongodb"
+	mgoutil "mongodb"
 	qu "qfw/util"
 	"sync"
 	"time"