Starting on UI. Coverage no longer 100% :c
This commit is contained in:
3
main.go
3
main.go
@ -4,11 +4,12 @@ import (
|
||||
"fmt"
|
||||
"os"
|
||||
|
||||
"git.makyo.dev/makyo/gogogogogram/ui"
|
||||
tea "github.com/charmbracelet/bubbletea"
|
||||
)
|
||||
|
||||
func main() {
|
||||
p := tea.NewProgram(newModel(4, 4))
|
||||
p := tea.NewProgram(ui.NewModel(4, 4))
|
||||
if _, err := p.Run(); err != nil {
|
||||
fmt.Printf("Ah drat — %v\n", err)
|
||||
os.Exit(1)
|
||||
|
||||
Reference in New Issue
Block a user