We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c73638 commit 8f47540Copy full SHA for 8f47540
mongo/mongo.go
@@ -65,7 +65,7 @@ func (me MarshalError) Error() string {
65
// {"$match": bson.D{{"totalPop", bson.D{"$gte", 10*1000*1000}}}},
66
// }}
67
//
68
-type Pipeline []D
+type Pipeline []bson.D
69
70
func transformDocument(registry *bsoncodec.Registry, val interface{}) (*bson.Document, error) {
71
if registry == nil {
0 commit comments