Details
-
Bug
-
Resolution: Gone away
-
Major - P3
-
None
-
1.0.0-rc1
-
None
-
go version go1.11.4 darwin/amd64
mongodb v3.4.4
Description
After last update, now i have an error decoding a struct
for cur.Next(ctx) { resultFromMongo := Product{} if err = cur.Decode(&resultFromMongo); err != nil
{ fmt.Printf("[Debug] decode error") }result.Products = append(result.Products, resultFromMongo)}