You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we should create a sub-package under github.com/samber/mo/bson in order to not embed go.mongodb.org/mongo-driver into global go.mod and keep it lightweight. That package would later be imported using import _ "github.com/samber/mo/bson". WDYT ?
Hello,
I would like to know if decoding bson values from MongoDB could be a feature of this amazing lib.
error decoding key name: cannot decode string into a mo.Option[string]
I would to suggest to decode an empty string or none present key to None.
Thank you in advance.
The text was updated successfully, but these errors were encountered: