gob.Register 누락 수정
This commit is contained in:
@ -133,6 +133,7 @@ func init() {
|
|||||||
gob.Register(map[string]any{})
|
gob.Register(map[string]any{})
|
||||||
gob.Register(primitive.A{})
|
gob.Register(primitive.A{})
|
||||||
gob.Register(primitive.M{})
|
gob.Register(primitive.M{})
|
||||||
|
gob.Register(primitive.D{})
|
||||||
gob.Register(primitive.ObjectID{})
|
gob.Register(primitive.ObjectID{})
|
||||||
gob.Register([]any{})
|
gob.Register([]any{})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user