package ui type Model struct { WindowHeight int WindowWidth int } func NewModel() Model { return Model{} }