-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 0.0.2
-
Component/s: BSON
https://github.com/mongodb/mongo-go-driver/blob/master/bson/encode.go#L466
changing this line to use reflect.DeepEqual() rather than == fixed things for me, but I think normal equals should be fine.
- is caused by
-
GODRIVER-359 Add bson.Zeroer types for comparing structs
- Closed
- is duplicated by
-
GODRIVER-344 isZero function should compare structs with DeepEquals
- Closed