package game type Handlers struct { } func NewHandlers() *Handlers { return &Handlers{} }