浏览代码

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"