v0.0.109
This commit is contained in:
@@ -67,7 +67,7 @@ func (t *RFC3339NanoTime) UnmarshalText(data []byte) error {
|
||||
|
||||
func (t *RFC3339NanoTime) UnmarshalBSONValue(bt bsontype.Type, data []byte) error {
|
||||
if bt == bsontype.Null {
|
||||
*t = RFC3339NanoTime{}
|
||||
//t = nil
|
||||
return nil
|
||||
}
|
||||
if bt != bsontype.DateTime {
|
||||
|
Reference in New Issue
Block a user