add makefile

This commit is contained in:
Adem Baccara
2025-08-17 15:36:32 +01:00
parent bd658e9c7b
commit 59845a359f
16 changed files with 445 additions and 46 deletions
+3 -2
View File
@@ -1,10 +1,11 @@
package ui
import (
"github.com/gdamore/tcell/v2"
"github.com/rivo/tview"
"strings"
"time"
"github.com/gdamore/tcell/v2"
"github.com/rivo/tview"
)
// buildSplash creates a splash screen with a spinner; returns primitive and a stop function