using mgocrud interfaces instead of mgo

This commit is contained in:
2022-02-09 15:55:43 +01:00
parent 7b75e504ac
commit 119243297e
8 changed files with 22 additions and 27 deletions

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"reflect"
"gitbase.de/gopackage/mgocrud"
"gitbase.de/gopackage/mgocrud/v2"
"gopkg.in/mgo.v2/bson"
)