gob에 []any 추가
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user