gob에 []any 추가

This commit is contained in:
2023-07-18 19:51:24 +09:00
parent 89fa9e4ac5
commit 72a683fed2

View File

@ -134,6 +134,7 @@ func init() {
gob.Register(primitive.A{})
gob.Register(primitive.M{})
gob.Register(primitive.ObjectID{})
gob.Register([]any{})
}
func NewWebsocketHandler() (*WebsocketHandler, error) {