소스 검색

mgo连接

maxiaoshan 4 년 전
부모
커밋
e537e921f8
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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"