fix: some bugs

This commit is contained in:
deepzz0
2021-04-30 13:06:16 +08:00
parent 7bec238f9c
commit 4ec3065f9d
6 changed files with 45 additions and 14 deletions

View File

@@ -14,8 +14,9 @@ import (
"go.mongodb.org/mongo-driver/mongo/readpref"
)
// driver: mongodb
// source: mongodb://localhost:27017
// example:
// driver: mongodb
// source: mongodb://localhost:27017
const (
mongoDBName = "eiblog"