package presenter import "game/domain" type Presenter struct { Context domain.Context } func (p Presenter) Init() { }