Add call trace command
This commit is contained in:
@ -34,8 +34,6 @@ import (
|
||||
func init() {
|
||||
gob.Register(map[string]interface{}{})
|
||||
gob.Register([]interface{}{})
|
||||
gob.Register(&Room{})
|
||||
gob.Register(0)
|
||||
}
|
||||
|
||||
type RoomNameSource int
|
||||
|
Reference in New Issue
Block a user