Open
Description
Hello,
I would like to know if decoding bson values from MongoDB could be a feature of this amazing lib.
type User struct {
Name mo.Option[string] `bson:"name"`
}
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.
Metadata
Assignees
Labels
No labels