Update mongo library

This commit is contained in:
Nikita Tokarchuk
2019-02-12 11:39:25 +01:00
parent 58a342057d
commit ae7a178bd3
3 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import (
// ManyLoader is a controller for a database cursor
type ManyLoader struct {
mongo.Cursor
*mongo.Cursor
ctx context.Context
target interface{}
}