Add call trace command

This commit is contained in:
Tulir Asokan
2019-06-15 19:10:18 +03:00
parent ef509eb308
commit 6bb932212c
3 changed files with 31 additions and 31 deletions

View File

@ -34,8 +34,6 @@ import (
func init() {
gob.Register(map[string]interface{}{})
gob.Register([]interface{}{})
gob.Register(&Room{})
gob.Register(0)
}
type RoomNameSource int