-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: 1.4.2
-
Component/s: Documentation
-
None
Docs say:
When decoding BSON to a D or M, the following type mappings apply when unmarshalling:
...
19. BSON null unmarshals to a primitive.Null.
But if I create a bson.M with a bson.Null value (or &bson.Null), marshal it, then unmarshal it, I get back nil for the field instead of bson.Null.